OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllOnes
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h
52
bool
isAllOnes
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h
78
bool
isAllOnes
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
138
if (
isAllOnes
()) {
1142
if (BSI.
isAllOnes
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
3430
auto
isAllOnes
= [this, peekThroughOneUseTruncation, NVT](SDValue V) {
3438
auto matchPatternB = [checkOneUse,
isAllOnes
, peekThroughOneUseTruncation,
3444
if (!
isAllOnes
(Mask->getOperand(1)))
3451
if (!
isAllOnes
(M0->getOperand(0)))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
1810
if (Known.
isAllOnes
() && isAssumeWithEmptyBundle(cast<AssumeInst>(*II)))
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
863
if (RHSKnown.
isAllOnes
() || RHSKnown.isNonNegative()) {
Completed in 31 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026