Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtType

4712   Instruction::CastOps ExtType = Instruction::ZExt;
4715 ExtType = Instruction::SExt;
4717 auto *ExtInst = CastInst::Create(ExtType, Cond, NewType);
4722 APInt WideConst = (ExtType == Instruction::ZExt) ?