Home
last modified time | relevance | path

Searched defs:isAllOnes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h52 bool isAllOnes() const { in isAllOnes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h79 bool isAllOnes() const { return One.isAllOnes(); } in isAllOnes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h351 bool isAllOnes() const { in isAllOnes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3850 auto isAllOnes = [this, peekThroughOneUseTruncation, NVT](SDValue V) { in matchBitExtract() local