Home | History | Annotate | Download | only in IR

Lines Matching refs:CastInst

71 /// expressions together. It uses CastInst::isEliminableCastPair to determine
82 assert(CastInst::isCast(opc) && "Invalid cast opcode");
95 // Let CastInst::isEliminableCastPair do the heavy lifting.
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
383 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
400 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
449 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
464 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
488 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
504 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
623 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,