Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp162 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1544 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1178 Constant *NegOne = ConstantInt::getAllOnesValue(Ty); in visitSDiv() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1688 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
H A DReassociate.cpp276 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
H A DLoopStrengthReduce.cpp443 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2046 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 DM68kISelLowering.cpp1978 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3445 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
3466 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
H A DDAGCombiner.cpp4391 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
4399 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
H A DSelectionDAG.cpp1322 SDValue NegOne = in getNOT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3307 auto NegOne = Builder.buildConstant(Ty, -1); in applySimplifyURemByPow2() local
H A DLegalizerHelper.cpp6555 auto NegOne = MIRBuilder.buildConstant(Ty, -1); in lowerAddSubSatToMinMax() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3163 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23945 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); in LowerSIGN_EXTEND_Mask() local