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

References

lib/Target/NVPTX/NVPTXISelLowering.cpp
 1396       while (isa<ConstantExpr>(CalleeV)) {
 1397         const ConstantExpr *CE = cast<ConstantExpr>(CalleeV);
 1401         CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0);
 1401         CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0);
 1406       if (isa<Function>(CalleeV))
 1407         DirectCallee = CalleeV;