reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 6548   if (ParseTypeAndValue(Op, Loc, PFS) ||
 6553   if (!CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy)) {
 6554     CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy);
 6556                  getTypeString(Op->getType()) + "' to '" +
 6559   Inst = CastInst::Create((Instruction::CastOps)Opc, Op, DestTy);