Home
last modified time | relevance | path

Searched defs:hasNoUnsignedWrap (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h71 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap() function
DScalarEvolutionExpressions.h179 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h90 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp112 bool Instruction::hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp241 static bool hasNoUnsignedWrap(BinaryOperator &I) { in hasNoUnsignedWrap() function