Home | History | Annotate | Download | only in IR

Lines Matching refs:isCast

80   assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!");
82 assert(CastInst::isCast(opc) && "Invalid cast opcode");
527 if (CE->isCast()) {
1983 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) {