Home
last modified time | relevance | path

Searched defs:MinusOne (Results 1 – 10 of 10) 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.cpp1265 const SCEV *MinusOne = SE->getMinusOne(ARTy); in createReplacement() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11342 auto *MinusOne = getNegativeSCEV(One); in getLoopInvariantExitCondDuringFirstIterationsImpl() local
12601 const SCEV *MinusOne = getMinusOne(LHS->getType()); in isImpliedViaOperations() local
12648 auto *MinusOne = getMinusOne(RHS->getType()); in isImpliedViaOperations() local
12721 auto *MinusOne = getMinusOne(WTy); in isImpliedViaOperations() local
13235 const SCEV *MinusOne = getMinusOne(Stride->getType()); in howManyLessThans() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1227 Constant *MinusOne = Constant::getAllOnesValue(NBits->getType()); in canonicalizeLowbitMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5961 bool MinusOne) { in expandMOV32r1()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2192 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); in LowerUDIVREM64() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2931 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); in handleEqualityComparison() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5769 auto MinusOne = Builder.buildConstant(Ty, -1); in applySDivByPow2() local
H A DLegalizerHelper.cpp8189 auto MinusOne = MIRBuilder.buildConstant(DstTy, -1); in lowerThreewayCompare() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9569 SDValue MinusOne = DAG.getNode(ISD::VP_SUB, dl, VT, Op, in expandVPCTTZ() local