Home
last modified time | relevance | path

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

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