HomeSort by relevance Sort by last modified time
    Searched refs:NUW (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 184 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) {
232 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
237 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
242 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
248 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
251 // the semantics of nsw and nuw for left shifts don't match those of
253 NSW = NUW = false;
258 NUW &= BOp->hasNoUnsignedWrap();
275 Depth + 1, AC, DT, NSW, NUW);
302 if (!NUW) {
    [all...]
InstructionSimplify.cpp 683 // 0 - X -> 0 if the sub is NUW.
    [all...]
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 138 DominatorTree *DT, bool &NSW, bool &NUW);
  /external/llvm/include/llvm/IR/
InstrTypes.h 461 DEFINE_HELPERS(Add, NUW) // CreateNUWAdd
463 DEFINE_HELPERS(Sub, NUW) // CreateNUWSub
465 DEFINE_HELPERS(Mul, NUW) // CreateNUWMul
467 DEFINE_HELPERS(Shl, NUW) // CreateNUWShl
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 417 // TODO: Reduce the weight by exploiting nsw/nuw?
432 // TODO: Reduce the weight by exploiting nsw/nuw? (Could do much better than
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 876 milliseconds