Searched refs:CalleeV (Results 1 – 1 of 1) sorted by relevance
1002 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local1004 while(isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()1005 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()1009 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()1014 if (isa<Function>(CalleeV)) in getArgumentAlignment()1015 DirectCallee = CalleeV; in getArgumentAlignment()