Searched refs:OpLLT (Results 1 – 1 of 1) sorted by relevance
712 LLT OpLLT = MRI.getType(Reg); in createMemLibcall() local714 if (OpLLT.isPointer()) in createMemLibcall()715 OpTy = PointerType::get(Ctx, OpLLT.getAddressSpace()); in createMemLibcall()717 OpTy = IntegerType::get(Ctx, OpLLT.getSizeInBits()); in createMemLibcall()1116 LLT OpLLT = MRI.getType(Cmp->getLHSReg()); in createFCMPLibcall() local1117 unsigned Size = OpLLT.getSizeInBits(); in createFCMPLibcall()1119 OpLLT != MRI.getType(Cmp->getRHSReg())) in createFCMPLibcall()1122 Type *OpType = getFloatTypeForLLT(Ctx, OpLLT); in createFCMPLibcall()