Searched refs:LLTy (Results 1 – 3 of 3) sorted by relevance
175 LLT LLTy = MRI.getType(MI.getOperand(0).getReg()); in libcall() local176 unsigned Size = LLTy.getSizeInBits(); in libcall()
1134 for (const LLTCodeGen LLTy : KnownTypes) in initTypeIDValuesMap() local1135 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()
3603 llvm::Type *LLTy = CGT.ConvertType(Ty); in classify() local3604 if (LLTy->isPointerTy() || LLTy->isIntegerTy()) in classify()