/llvm-project/llvm/unittests/Support/ |
H A D | InstructionCostTest.cpp | 82 auto MinusOne = InstructionCost(-1); in TEST_F() local
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | CSETest.cpp | 294 auto MinusOne = CSEB.buildConstant(s32, -1); TEST_F() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 59 const SCEV *MinusOne = in isSafeDecreasingBound() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1289 const SCEV *MinusOne = SE->getMinusOne(ARTy); createReplacement() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 1439 const SCEV *MinusOne = SE.getMinusOne(Ty); TEST_F() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1214 Constant *MinusOne = Constant::getAllOnesValue(NBits->getType()); canonicalizeLowbitMask() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 11190 auto *MinusOne = getNegativeSCEV(One); getLoopInvariantExitCondDuringFirstIterationsImpl() local 12409 const SCEV *MinusOne = getMinusOne(LHS->getType()); isImpliedViaOperations() local 12456 auto *MinusOne = getMinusOne(RHS->getType()); isImpliedViaOperations() local 12529 auto *MinusOne = getMinusOne(WTy); isImpliedViaOperations() local 13090 const SCEV *MinusOne = getMinusOne(Stride->getType()); howManyLessThans() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 614 APInt MinusOne = -One; TEST() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 5904 expandMOV32r1(MachineInstrBuilder & MIB,const TargetInstrInfo & TII,bool MinusOne) expandMOV32r1() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2141 SDValue MinusOne = DAG.getConstant(0xffffffffu, DL, HalfVT); LowerUDIVREM64() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2680 Value *MinusOne = Constant::getAllOnesValue(Sc->getType()); handleEqualityComparison() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5481 auto MinusOne = Builder.buildConstant(Ty, -1); applySDivByPow2() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 9095 SDValue MinusOne = DAG.getNode(ISD::VP_SUB, dl, VT, Op, expandVPCTTZ() local
|