Searched refs:Op1Type (Results 1 – 1 of 1) sorted by relevance
2362 Ice::Type Op1Type = Op1->getType(); in ProcessRecord() local2364 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()