/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 153 ConstantInt *NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 127 Value *NegOne = Builder.CreateSExt( in expandFPToI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 653 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); in foldPowiReassoc() local 666 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); in foldPowiReassoc() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1821 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 293 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
H A D | InductiveRangeCheckElimination.cpp | 1861 const SCEV *NegOne = SE.getNegativeSCEV(One); computeSafeIterationSpace() local
|
H A D | LoopStrengthReduce.cpp | 587 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2298 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local 2536 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
|
H A D | AMDGPULegalizerInfo.cpp | 5223 auto NegOne = B.buildConstant(I32, -1); in legalizeFSQRTF32() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 2220 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 3712 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4306 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local 4323 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
|
H A D | DAGCombiner.cpp | 4999 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local 5010 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8029 auto NegOne = MIRBuilder.buildConstant(Ty, -1); in lowerAddSubSatToMinMax() local
|
H A D | CombinerHelper.cpp | 3580 auto NegOne = Builder.buildConstant(Ty, -1); in applySimplifyURemByPow2() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24388 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); in LowerSIGN_EXTEND_Mask() local
|