Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SrcVal

2131     Constant *SrcVal;
2134 ParseGlobalTypeAndValue(SrcVal) ||
2139 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy))
2141 getTypeString(SrcVal->getType()) + "' to '" +
2144 SrcVal, DestTy);