Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DValueTracking.cpp191 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub()
271 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul()
1103 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local
1237 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local
1244 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local
DInstructionSimplify.cpp2762 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1662 bool NSW; in visitGetElementPtrInst() local
1701 bool NSW; in visitGetElementPtrInst() local
DInstCombineCompares.cpp3482 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1061 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local
/external/llvm/lib/AsmParser/
DLLParser.cpp2702 bool NSW = false; in ParseValID() local
4442 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local