Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression()
447 bool NSW = true, NUW = true; in DecomposeGEPExpression() local
1634 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
DValueTracking.cpp235 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub()
314 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul()
930 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
1070 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
1077 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBitsFromOperator() local
DInstructionSimplify.cpp2889 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1722 bool NSW; in visitGetElementPtrInst() local
1761 bool NSW; in visitGetElementPtrInst() local
DInstCombineCompares.cpp4064 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2193 bool NSW = false; in ParseValID() local
2898 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp945 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2431 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1892 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3044 bool NSW = false; in ParseValID() local
4958 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local