Lines Matching refs:CastOps
2777 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy))
2781 ID.ConstantVal = ConstantExpr::getCast((Instruction::CastOps)Opc,
5415 if (!CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy)) {
5416 CastInst::castIsValid((Instruction::CastOps)Opc, Op, DestTy);
5421 Inst = CastInst::Create((Instruction::CastOps)Opc, Op, DestTy);