Home
last modified time | relevance | path

Searched refs:isIntegerArithmeticType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTypes.h96 bool isIntegerArithmeticType(Type Ty);
DIceTypes.cpp213 bool isIntegerArithmeticType(Type Ty) { in isIntegerArithmeticType() function
DPNaClTranslator.cpp1629 if (Ice::isIntegerArithmeticType(OpTy)) in isValidIntegerArithOp()