Searched refs:Op0Ty (Results 1 – 4 of 4) sorted by relevance
464 const LLT Op0Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local465 unsigned Op0Size = Op0Ty.getSizeInBits(); in getInstrMapping()507 if (!Op0Ty.isPointer()) in getInstrMapping()527 if (!Op0Ty.isPointer()) in getInstrMapping()547 if (!Op0Ty.isPointer()) in getInstrMapping()568 if (!Op0Ty.isPointer()) in getInstrMapping()
979 const LLT Op0Ty, const LLT Op1Ty) { in validateSelectOp() argument983 assert((ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"); in validateSelectOp()989 TstTy.getNumElements() == Op0Ty.getNumElements())) && in validateSelectOp()1099 LLT Op0Ty = SrcOps[1].getLLTTy(*getMRI()); in buildInstr() local1101 if (Op0Ty.isScalar() || Op0Ty.isPointer()) in buildInstr()1105 DstTy.getNumElements() == Op0Ty.getNumElements(); in buildInstr()
3537 Type *Op0Ty = IC.getOperand(0)->getType(); in visitICmpInst() local3539 Assert(Op0Ty == Op1Ty, in visitICmpInst()3542 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst()3553 Type *Op0Ty = FC.getOperand(0)->getType(); in visitFCmpInst() local3555 Assert(Op0Ty == Op1Ty, in visitFCmpInst()3558 Assert(Op0Ty->isFPOrFPVectorTy(), in visitFCmpInst()
223 void validateSelectOp(const LLT ResTy, const LLT TstTy, const LLT Op0Ty,