Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp355 bool IsNUW = hasNoUnsignedWrap(I) && hasNoUnsignedWrap(*Op0); in SimplifyAssociativeOrCommutative() local
453 bool IsNUW = hasNoUnsignedWrap(I) && in SimplifyAssociativeOrCommutative() local
DInstCombineAddSub.cpp1588 Type *Ty, bool IsNUW) { in OptimizePointerDifference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp617 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
681 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst()
DScalarEvolution.cpp4482 bool IsNUW = false; member