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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 4300   if (!isa<Function>(Callee) && transformConstExprCastCall(Call))
 4303   if (Function *CalleeF = dyn_cast<Function>(Callee)) {
 4338   if ((isa<ConstantPointerNull>(Callee) &&
 4340       isa<UndefValue>(Callee)) {
 4356   if (IntrinsicInst *II = findInitTrampoline(Callee))
 4359   PointerType *PTy = cast<PointerType>(Callee->getType());
 4384   if (isa<InlineAsm>(Callee) && !Call.doesNotThrow()) {