Searched defs:NSW (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp47 static void ComputeMaskedBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, argument
133 static void ComputeMaskedBitsMul(Value *Op0, Value *Op1, bool NSW, argument
384 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); local
534 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); local
541 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); local
[all...]
H A DInstructionSimplify.cpp2347 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2835 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); local
H A DInstructionCombining.cpp1291 bool NSW; local
1326 bool NSW; local

Completed in 157 milliseconds