Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp153 ConstantInt *NegOne = ConstantInt::getSigned(DivTy, -1); in generateUnsignedDivisionCode() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp126 Value *NegOne = Builder.CreateSExt( expandFPToI() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp764 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
H A DReassociate.cpp290 Constant *NegOne = Ty->isIntOrIntVectorTy() ? LowerNegateToMultiply() local
H A DLoopStrengthReduce.cpp459 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( DoInitialMatch() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1711 auto NegOne = buildConstant(Dst.getLLTTy(*getMRI()), -1); buildNot() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1835 Constant *NegOne = ConstantInt::getAllOnesValue(Y->getType()); visitFDiv() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2257 SDValue NegOne = DAG.getConstant(-1, DL, VT); LowerSDIVREM() local
2495 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); LowerFFLOOR() local
H A DAMDGPULegalizerInfo.cpp5108 auto NegOne = B.buildConstant(I32, -1); legalizeFSQRTF32() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2219 APInt NegOne = APInt::getAllOnes(CarryVT.getScalarSizeInBits()); LowerSETCCCARRY() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3426 llvm::Value *NegOne = llvm::Constant::getAllOnesValue(Ty); EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4249 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); simplifySetCCWithCTPOP() local
4266 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT); simplifySetCCWithCTPOP() local
H A DDAGCombiner.cpp5030 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); visitREM() local
5041 SDValue NegOne = DAG.getAllOnesConstant(DL, VT); visitREM() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3438 auto NegOne = Builder.buildConstant(Ty, -1); applySimplifyURemByPow2() local
H A DLegalizerHelper.cpp7539 auto NegOne = MIRBuilder.buildConstant(Ty, -1); lowerAddSubSatToMinMax() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24179 SDValue NegOne = DAG.getConstant(-1, dl, WideVT); LowerSIGN_EXTEND_Mask() local
[all...]