Searched refs:Op1Ty (Results 1 – 4 of 4) sorted by relevance
3376 const LLT Op1Ty = MRI.getType(Op1); in emitVectorConcat() local3379 if (Op1Ty != Op2Ty) { in emitVectorConcat()3383 assert(Op1Ty.isVector() && "Expected a vector for vector concat"); in emitVectorConcat()3385 if (Op1Ty.getSizeInBits() >= 128) { in emitVectorConcat()3391 if (Op1Ty.getSizeInBits() != 64) { in emitVectorConcat()3396 const LLT ScalarTy = LLT::scalar(Op1Ty.getSizeInBits()); in emitVectorConcat()3399 getMinClassForRegBank(FPRBank, Op1Ty.getSizeInBits() * 2); in emitVectorConcat()
930 const LLT &Op0Ty, const LLT &Op1Ty) { in validateSelectOp() argument934 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()
232 const LLT &Op1Ty);
3253 Type *Op1Ty = IC.getOperand(1)->getType(); in visitICmpInst() local3254 Assert(Op0Ty == Op1Ty, in visitICmpInst()3269 Type *Op1Ty = FC.getOperand(1)->getType(); in visitFCmpInst() local3270 Assert(Op0Ty == Op1Ty, in visitFCmpInst()