Home
last modified time | relevance | path

Searched defs:MinusOne (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUCodeGenPrepare.cpp778 ConstantInt *MinusOne = Builder.getInt32(~0); in expandDivRem32() local
HDAMDGPUISelLowering.cpp1749 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); in LowerUDIVREM64() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDInductiveRangeCheckElimination.cpp683 const SCEV *MinusOne = in isSafeDecreasingBound() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp1070 Constant *MinusOne = Constant::getAllOnesValue(NBits->getType()); in canonicalizeLowbitMask() local
HDInstCombineAndOrXor.cpp2840 Value *MinusOne = ConstantInt::getAllOnesValue(LHS0->getType()); in foldXorOfICmps() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp3905 bool MinusOne) { in expandMOV32r1()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2230 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp10330 auto *MinusOne = getNegativeSCEV(getOne(RHS->getType())); in isImpliedViaOperations() local
10403 auto *MinusOne = getNegativeSCEV(getOne(WTy)); in isImpliedViaOperations() local