Searched defs:NSW (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 184 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() 424 bool NSW = true, NUW = true; in DecomposeGEPExpression() local 1528 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
|
D | ValueTracking.cpp | 228 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() 308 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() 1120 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1261 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local 1268 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
|
D | InstructionSimplify.cpp | 2834 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1727 bool NSW; in visitGetElementPtrInst() local 1766 bool NSW; in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 3605 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1046 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2880 bool NSW = false; in ParseValID() local 4739 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
|