Home
last modified time | relevance | path

Searched defs:NUW (Results 1 – 8 of 8) 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
DInstructionSimplify.cpp2888 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2192 bool NUW = false; in ParseValID() local
2897 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp946 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2430 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1891 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3043 bool NUW = false; in ParseValID() local
4957 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4063 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local