Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SrcVal

2089     Constant *SrcVal;
2092 ParseGlobalTypeAndValue(SrcVal) ||
2097 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy))
2099 getTypeString(SrcVal->getType()) + "' to '" +
2102 SrcVal, DestTy);