Home
last modified time | relevance | path

Searched refs:OpLLT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp681 LLT OpLLT = MRI.getType(Reg); in createMemLibcall() local
683 if (OpLLT.isPointer()) in createMemLibcall()
684 OpTy = Type::getInt8PtrTy(Ctx, OpLLT.getAddressSpace()); in createMemLibcall()
686 OpTy = IntegerType::get(Ctx, OpLLT.getSizeInBits()); in createMemLibcall()