Home
last modified time | relevance | path

Searched defs:NegOne (Results 1 – 17 of 17) 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 DExpandFp.cpp129 Value *NegOne = Builder.CreateSExt( in expandFPToI() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp394 int32_t NegOne = -1; in mapping() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp780 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
H A DReassociate.cpp295 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
H A DLoopStrengthReduce.cpp582 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp666 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); in foldPowiReassoc() local
679 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); in foldPowiReassoc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1990 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); in buildNot() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2355 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in LowerSDIVREM() local
2593 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
H A DAMDGPULegalizerInfo.cpp5305 auto NegOne = B.buildConstant(I32, -1); in legalizeFSQRTF32() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2222 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); in LowerSETCCCARRY() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3984 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4516 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
4533 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); in simplifySetCCWithCTPOP() local
H A DDAGCombiner.cpp5343 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
5354 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); in visitREM() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3730 auto NegOne = Builder.buildConstant(Ty, -1); in applySimplifyURemByPow2() local
H A DLegalizerHelper.cpp8950 auto NegOne = MIRBuilder.buildConstant(Ty, -1); in lowerAddSubSatToMinMax() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25242 SDValue NegOne = DAG.getAllOnesConstant(dl, WideVT); in LowerSIGN_EXTEND_Mask() local