Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CastInst

391 static bool OptimizeNoopCopyExpression(CastInst *CI, const TargetLowering &TLI){
421 DenseMap<BasicBlock*, CastInst*> InsertedCasts;
443 CastInst *&InsertedCast = InsertedCasts[UserBB];
448 CastInst::Create(CI->getOpcode(), CI->getOperand(0), CI->getType(), "",
1108 if (CastInst *CI = dyn_cast<CastInst>(I)) {