Home
last modified time | relevance | path

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

/external/llvm/unittests/VMCore/
DConstantsTest.cpp22 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1551 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
1565 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst() local
DScalarEvolution.cpp5751 const SCEV *NegOne = getConstant(Ty, (uint64_t)-1); in getBECount() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1615 Constant *NegOne = Constant::getAllOnesValue(SrcTy); in visitICmpInstWithCastAndCast() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1696 llvm::Value *NegOne = llvm::ConstantInt::get(Ty, -1ULL); in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp276 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( in DoInitialMatch() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4144 SDValue NegOne = in visitSIGN_EXTEND() local
DSelectionDAG.cpp907 SDValue NegOne = in getNOT() local