Searched refs:Op1Type (Results 1 – 2 of 2) 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()
3115 Type *Op1Type = Op1->getType(); in canonicalizeCmpWithConstant() local3122 } else if (Op1Type->isVectorTy()) { in canonicalizeCmpWithConstant()3126 unsigned NumElts = Op1Type->getVectorNumElements(); in canonicalizeCmpWithConstant()3147 Constant *OneOrNegOne = ConstantInt::get(Op1Type, IsLE ? 1 : -1, true); in canonicalizeCmpWithConstant()