Lines Matching full:callee
1679 const Function *Callee = I.getCalledFunction();
1681 cast<StructType>(Callee->getReturnType())->getTypeAtIndex(unsigned(0));
1796 const Value *Callee = CI->getCalledValue();
1799 if (isa<InlineAsm>(Callee))
1832 const Value *Callee = CI->getCalledValue();
1857 // Fast-isel doesn't know about callee-pop yet.
1871 // Materialize callee address in a register. FIXME: GV address can be
1874 if (!X86SelectCallAddress(Callee, CalleeAM))