Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp153 ConstantInt *NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp127 Value *NegOne = Builder.CreateSExt( in expandFPToI() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp653 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 DMachineIRBuilder.h1821 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp293 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
H A DInductiveRangeCheckElimination.cpp1861 const SCEV *NegOne = SE.getNegativeSCEV(One); computeSafeIterationSpace() local
H A DLoopStrengthReduce.cpp587 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2298 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 DAMDGPULegalizerInfo.cpp5223 auto NegOne = B.buildConstant(I32, -1); in legalizeFSQRTF32() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2220 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3712 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4306 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
4323 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
H A DDAGCombiner.cpp4999 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 DLegalizerHelper.cpp8029 auto NegOne = MIRBuilder.buildConstant(Ty, -1); in lowerAddSubSatToMinMax() local
H A DCombinerHelper.cpp3580 auto NegOne = Builder.buildConstant(Ty, -1); in applySimplifyURemByPow2() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24388 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); in LowerSIGN_EXTEND_Mask() local