Home | History | Annotate | Download | only in VMCore

Lines Matching refs:CastInst

72 /// expressions together. It uses CastInst::isEliminableCastPair to determine
83 assert(CastInst::isCast(opc) && "Invalid cast opcode");
91 // Let CastInst::isEliminableCastPair do the heavy lifting.
92 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
379 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
396 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
445 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
460 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
484 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
500 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
616 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,