Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp488 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst() local
501 IRB.CreateTrunc(IRB.CreateLShr(NewLd, ShAmt), IntNTy), LI.getType()); in visitLoadInst()
H A DAMDGPUCodeGenPrepare.cpp1666 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst() local
1667 Value *ValTrunc = Builder.CreateTrunc(WidenLoad, IntNTy); in visitLoadInst()