Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantsTest.cpp25 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp163 ConstantInt *NegOne; in generateUnsignedDivisionCode() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1839 SDValue NegOne = DAG.getConstant(-1, VT); in LowerSDIVREM() local
2003 const SDValue NegOne = DAG.getConstantFP(-1.0, MVT::f64); in LowerFFLOOR() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp391 Constant *NegOne = Ty->isIntegerTy() ? ConstantInt::getAllOnesValue(Ty) in LowerNegateToMultiply() local
H A DLoopStrengthReduce.cpp328 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2250 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
2300 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2019 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2200 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1054 SDValue NegOne = in getNOT() local
H A DDAGCombiner.cpp5460 SDValue NegOne = in visitSIGN_EXTEND() local