Home
last modified time | relevance | path

Searched refs:BitWidthMinusOne (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2307 Constant *BitWidthMinusOne = ConstantInt::get(ShiftType, TypeBits - 1); in foldICmpShlLHSC() local
2311 return new ICmpInst(ICmpInst::ICMP_NE, Y, BitWidthMinusOne); in foldICmpShlLHSC()
2318 return new ICmpInst(ICmpInst::ICMP_EQ, Y, BitWidthMinusOne); in foldICmpShlLHSC()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18530 SDValue BitWidthMinusOne = in foldSelectOfCTTZOrCTLZ() local
18534 CountZeroes, BitWidthMinusOne); in foldSelectOfCTTZOrCTLZ()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24896 SDValue BitWidthMinusOne = in foldCSELofCTTZ() local
24899 BitWidthMinusOne); in foldCSELofCTTZ()