Searched refs:CalleeV (Results 1 – 1 of 1) sorted by relevance
1023 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local1025 while(isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()1026 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()1030 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()1035 if (isa<Function>(CalleeV)) in getArgumentAlignment()1036 DirectCallee = CalleeV; in getArgumentAlignment()