Home
last modified time | relevance | path

Searched defs:NUW (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1062 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2701 bool NUW = false; in ParseValID() local
4441 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3481 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2761 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local