Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp22 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
/external/llvm/unittests/IR/
DConstantsTest.cpp29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1536 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local
1763 const SDValue NegOne = DAG.getConstant(-1, SL, MVT::i32); in LowerFROUND64() local
1835 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1569 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
1583 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
DScalarEvolution.cpp6055 const SCEV *NegOne = getConstant(Ty, (uint64_t)-1); in getBECount() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1886 SDValue NegOne = DAG.getConstant(-1, DL, VT); in LowerSDIVREM() local
2118 const SDValue NegOne = DAG.getConstant(-1, SL, MVT::i32); in LowerFROUND64() local
2190 const SDValue NegOne = DAG.getConstantFP(-1.0, SL, MVT::f64); in LowerFFLOOR() local
DSIISelLowering.cpp5368 SDValue NegOne = DAG.getTargetConstant(FloatToBits(-1.0f), DL, MVT::i32); in LowerINTRINSIC_VOID() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp255 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
DLoopStrengthReduce.cpp345 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1616 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp270 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
DInductiveRangeCheckElimination.cpp1755 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
DLoopStrengthReduce.cpp414 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2318 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
2368 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp2894 APFloat NegOne = APFloat(APFloat::IEEEsingle(), "-1.0"); in TEST() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2477 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2244 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3728 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in foldICmpWithCastAndCast() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp291 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2419 APInt NegOne = APInt::getAllOnesValue(VT.getSizeInBits()); in visitREM() local
6207 SDValue NegOne = in visitSIGN_EXTEND() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4140 SDValue NegOne = in visitSIGN_EXTEND() local
DSelectionDAG.cpp918 SDValue NegOne = in getNOT() local

12