Home
last modified time | relevance | path

Searched defs:hasNoSignedWrap (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.h77 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap() function
DScalarEvolutionExpressions.h183 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h96 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp116 bool Instruction::hasNoSignedWrap() const { in hasNoSignedWrap() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp246 static bool hasNoSignedWrap(BinaryOperator &I) { in hasNoSignedWrap() function