Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CastInst

219   SmallVector<CastInst *, 16> ExtInsts;
480 if (CastInst *Cast = dyn_cast<CastInst>(U)) {
482 "We only traced into two types of CastInst: sext and zext");
488 // Function find only trace into BinaryOperator and CastInst.
608 *I = CastInst::CreateIntegerCast(*I, IntPtrTy, true, "idxprom", GEP);