Searched defs:Op1Type (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2362 Ice::Type Op1Type = Op1->getType(); local
2364 Ice::Type DestType = getCompareResultType(Op1Type);
2365 if (Op1Type != Op2Type) {
2368 StrBuf << "Compare argument types differ: " << Op1Type << " and "
2377 StrBuf << "Compare not defined for type " << Op1Type; local
2382 if (isIntegerType(Op1Type)) {
2394 } else if (isFloatingType(Op1Type)) {
2410 StrBuf << "Compare on type not understood: " << Op1Type; local

Completed in 91 milliseconds