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

  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 316 // TODO: Reduce the weight by exploiting nsw/nuw?
331 // TODO: Reduce the weight by exploiting nsw/nuw? (Could do much better than
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) {
233 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
238 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
243 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
249 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
252 // the semantics of nsw and nuw for left shifts don't match those of
254 NSW = NUW = false;
259 NUW &= BOp->hasNoUnsignedWrap();
276 Depth + 1, AC, DT, NSW, NUW);
303 if (!NUW) {
    [all...]
InstructionSimplify.cpp 682 // 0 - X -> 0 if the sub is NUW.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 165 milliseconds