Searched refs:isAllOnes (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h52 bool isAllOnes() const { function in struct:llvm::lowertypetests::BitSetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h77 bool isAllOnes() const { function in struct:llvm::KnownBits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp138 if (isAllOnes()) {
1143 if (BSI.isAllOnes()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3336 auto isAllOnes = [this, peekThroughOneUseTruncation, NVT](SDValue V) { local
3344 auto matchPatternB = [checkOneUse, isAllOnes, peekThroughOneUseTruncation,
3350 if (!isAllOnes(Mask->getOperand(1)))
3357 if (!isAllOnes(M0->getOperand(0)))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4270 if (Known.isAllOnes() && isAssumeWithEmptyBundle(*II))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp956 if (RHSKnown.isAllOnes() || RHSKnown.isNonNegative()) {

Completed in 153 milliseconds