reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4409   auto *Callee = dyn_cast<Function>(Call.getCalledValue()->stripPointerCasts());
 4423   if (Call.isMustTailCall())
 4426   Instruction *Caller = &Call;
 4427   const AttributeList &CallerPAL = Call.getAttributes();
 4475   unsigned NumActualArgs = Call.arg_size();
 4490   auto AI = Call.arg_begin();
 4502     if (Call.isInAllocaArgument(i))
 4512       Type *CurElTy = Call.getParamByValType(i);
 4527     PointerType *APTy = cast<PointerType>(Call.getCalledValue()->getType());
 4566   LLVMContext &Ctx = Call.getContext();
 4567   AI = Call.arg_begin();
 4625   Call.getOperandBundlesAsDefs(OpBundles);
 4640   NewCall->setCallingConv(Call.getCallingConv());