Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SrcVal

2933     Constant *SrcVal;
2936 ParseGlobalTypeAndValue(SrcVal) ||
2941 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy))
2943 getTypeString(SrcVal->getType()) + "' to '" +
2946 SrcVal, DestTy);