Home
last modified time | relevance | path

Searched defs:NSW (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp184 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
DValueTracking.cpp228 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
DInstructionSimplify.cpp2834 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1727 bool NSW; in visitGetElementPtrInst() local
1766 bool NSW; in visitGetElementPtrInst() local
DInstCombineCompares.cpp3605 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1046 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2880 bool NSW = false; in ParseValID() local
4739 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local