Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp59 const SCEV *MinusOne = in isSafeDecreasingBound() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1289 const SCEV *MinusOne = SE->getMinusOne(ARTy); in createReplacement() local
H A DInductiveRangeCheckElimination.cpp829 const SCEV *MinusOne = isSafeDecreasingBound() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1219 Constant *MinusOne = Constant::getAllOnesValue(NBits->getType()); in canonicalizeLowbitMask() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11192 auto *MinusOne = getNegativeSCEV(One); in getLoopInvariantExitCondDuringFirstIterationsImpl() local
12411 const SCEV *MinusOne = getMinusOne(LHS->getType()); in isImpliedViaOperations() local
12458 auto *MinusOne = getMinusOne(RHS->getType()); in isImpliedViaOperations() local
12531 auto *MinusOne = getMinusOne(WTy); in isImpliedViaOperations() local
13092 const SCEV *MinusOne = getMinusOne(Stride->getType()); in howManyLessThans() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5904 bool MinusOne) { in expandMOV32r1()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2690 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2135 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); in LowerUDIVREM64() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7296 auto MinusOne = MIRBuilder.buildConstant(DstTy, -1); in lowerThreewayCompare() local
H A DCombinerHelper.cpp5537 auto MinusOne = Builder.buildConstant(Ty, -1); in applySDivByPow2() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9163 SDValue MinusOne = DAG.getNode(ISD::VP_SUB, dl, VT, Op, in expandVPCTTZ() local