Home
last modified time | relevance | path

Searched refs:ArgOpType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp221 Type *ArgOpType = ArgOp->getType(); in constantArgPropagation() local
223 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()