Home
last modified time | relevance | path

Searched defs:NUW (Results 1 – 5 of 5) 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
DInstructionSimplify.cpp2833 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1047 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2879 bool NUW = false; in ParseValID() local
4738 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3604 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local