Searched refs:ArgOpType (Results 1 – 1 of 1) sorted by relevance
221 Type *ArgOpType = ArgOp->getType(); in constantArgPropagation() local223 if (!Call->onlyReadsMemory(Idx) || !ArgOpType->isPointerTy()) in constantArgPropagation()233 if (ArgOpType != ConstVal->getType()) in constantArgPropagation()234 GV = ConstantExpr::getBitCast(cast<Constant>(GV), ArgOpType); in constantArgPropagation()