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