Home
last modified time | relevance | path

Searched refs:isSameValue (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
DAPInt.h675 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h562 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1203 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii()
1207 Result = APInt::isSameValue(A1, A2); in evaluateCMPii()
1211 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h683 return CI && APInt::isSameValue(CI->getValue(), Val); in match()