/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1544 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1178 Constant *NegOne = ConstantInt::getAllOnesValue(Ty); in visitSDiv() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1688 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
|
H A D | Reassociate.cpp | 276 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
H A D | LoopStrengthReduce.cpp | 443 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2046 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local 2280 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1978 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3445 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local 3466 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
|
H A D | DAGCombiner.cpp | 4391 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local 4399 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
|
H A D | SelectionDAG.cpp | 1322 SDValue NegOne = in getNOT() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3307 auto NegOne = Builder.buildConstant(Ty, -1); in applySimplifyURemByPow2() local
|
H A D | LegalizerHelper.cpp | 6555 auto NegOne = MIRBuilder.buildConstant(Ty, -1); in lowerAddSubSatToMinMax() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 3163 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 23945 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); in LowerSIGN_EXTEND_Mask() local
|