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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp272 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); local
274 LargeTy.getSizeInBits() <= 32
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5429 Type *LargeTy; local
5433 LargeTy = ExtTy;
5436 LargeTy = CurTy;
5439 if (!TLI.isZExtFree(NarrowTy, LargeTy))

Completed in 60 milliseconds