Searched refs:CalleeI (Results 1 – 1 of 1) sorted by relevance
1016 const Instruction *CalleeI = CS->getInstruction(); in getArgumentAlignment() local1017 assert(CalleeI && "Call target is not a function or derived value?"); in getArgumentAlignment()1020 if (isa<CallInst>(CalleeI)) { in getArgumentAlignment()1022 if (llvm::getAlign(*cast<CallInst>(CalleeI), Idx, Align)) in getArgumentAlignment()1025 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment()