Home
last modified time | relevance | path

Searched defs:NegOne (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp74 Value *NegOne = Constant::getAllOnesValue(IntTy); in TEST_F() local
113 Value *NegOne = Constant::getAllOnesValue(IntTy); in TEST_F() local
152 Value *NegOne = Constant::getAllOnesValue(IntTy); in TEST_F() local
190 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
214 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
253 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
292 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
331 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
370 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
409 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
448 Value *NegOne = ConstantInt::get(IntTy, -1); TEST_F() local
[all...]
H A DConstantsTest.cpp29 Constant *NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
[all...]
H A DConstantRangeTest.cpp1464 ConstantRange NegOne(APInt(16, 0xffff)); TEST_F() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp153 ConstantInt *NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp127 Value *NegOne = Builder.CreateSExt( expandFPToI() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp647 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); foldPowiReassoc() local
660 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); foldPowiReassoc() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp764 const SCEV *NegOne = SE.getNegativeSCEV(One); computeSafeIterationSpace() local
H A DReassociate.cpp293 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
H A DLoopStrengthReduce.cpp587 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( DoInitialMatch() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1793 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); buildNot() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2304 SDValue NegOne = DAG.getConstant(-1, DL, VT); LowerSDIVREM() local
2542 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); LowerFFLOOR() local
H A DAMDGPULegalizerInfo.cpp5223 auto NegOne = B.buildConstant(I32, -1); legalizeFSQRTF32() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2220 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3702 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4296 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); simplifySetCCWithCTPOP() local
4313 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); simplifySetCCWithCTPOP() local
H A DDAGCombiner.cpp5013 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); visitREM() local
5024 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); visitREM() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp3685 APFloat NegOne = APFloat(APFloat::IEEEsingle(), "-1.0"); TEST() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3580 auto NegOne = Builder.buildConstant(Ty, -1); applySimplifyURemByPow2() local
H A DLegalizerHelper.cpp7830 auto NegOne = MIRBuilder.buildConstant(Ty, -1); lowerAddSubSatToMinMax() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24412 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); LowerSIGN_EXTEND_Mask() local
[all...]