/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 22 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 29 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1536 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/ |
D | InstructionSimplify.cpp | 1569 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local 1583 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
|
D | ScalarEvolution.cpp | 6055 const SCEV *NegOne = getConstant(Ty, (uint64_t)-1); in getBECount() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1886 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
|
D | SIISelLowering.cpp | 5368 SDValue NegOne = DAG.getTargetConstant(FloatToBits(-1.0f), DL, MVT::i32); in LowerINTRINSIC_VOID() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 255 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
D | LoopStrengthReduce.cpp | 345 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1616 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 270 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
|
D | InductiveRangeCheckElimination.cpp | 1755 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() local
|
D | LoopStrengthReduce.cpp | 414 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2318 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/ |
D | APFloatTest.cpp | 2894 APFloat NegOne = APFloat(APFloat::IEEEsingle(), "-1.0"); in TEST() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2477 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2244 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3728 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in foldICmpWithCastAndCast() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 291 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2419 APInt NegOne = APInt::getAllOnesValue(VT.getSizeInBits()); in visitREM() local 6207 SDValue NegOne = in visitSIGN_EXTEND() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4140 SDValue NegOne = in visitSIGN_EXTEND() local
|
D | SelectionDAG.cpp | 918 SDValue NegOne = in getNOT() local
|