Searched refs:CalleeV (Results 1 – 1 of 1) sorted by relevance
1005 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local1007 while(isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()1008 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()1012 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()1017 if (isa<Function>(CalleeV)) in getArgumentAlignment()1018 DirectCallee = CalleeV; in getArgumentAlignment()