Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp273 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
275 LargeTy.getSizeInBits() <= 32 in getInstrMapping()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5707 Type *LargeTy; in hasSameExtUse() local
5711 LargeTy = ExtTy; in hasSameExtUse()
5714 LargeTy = CurTy; in hasSameExtUse()
5717 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()