Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp27 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/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp1843 SDValue NegOne = DAG.getConstant(-1, VT); in LowerSDIVREM() local
2059 const SDValue NegOne = DAG.getConstant(-1, MVT::i32); in LowerFROUND64() local
2129 const SDValue NegOne = DAG.getConstantFP(-1.0, MVT::f64); in LowerFFLOOR() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp389 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() local
DLoopStrengthReduce.cpp327 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2262 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
2312 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2013 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2249 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1070 SDValue NegOne = in getNOT() local
DDAGCombiner.cpp5723 SDValue NegOne = in visitSIGN_EXTEND() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6573 Constant *NegOne = in LowerBUILD_VECTOR() local