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

Declarations

include/llvm-c/Core.h
 1690 LLVM_FOR_EACH_VALUE_SUBCLASS(LLVM_DECLARE_VALUE_CAST)

References

tools/llvm-c-test/attributes.c
   60         if (LLVMIsACallInst(I)) {
tools/llvm-c-test/echo.cpp
  231   if (!LLVMIsAConstant(Cst))
  235   if (LLVMIsAGlobalValue(Cst)) {
  240     if (LLVMIsAFunction(Cst)) {
  259     if (LLVMIsAGlobalVariable(Cst)) {
  268     if (LLVMIsAGlobalAlias(Cst)) {
  281   if (LLVMIsAConstantInt(Cst)) {
  288   if (LLVMIsAConstantAggregateZero(Cst)) {
  294   if (LLVMIsAConstantArray(Cst)) {
  305   if (LLVMIsAConstantDataArray(Cst)) {
  316   if (LLVMIsAConstantStruct(Cst)) {
  343   if (LLVMIsAConstantFP(Cst)) {
  349   if (!LLVMIsAConstantExpr(Cst))
  387     if (LLVMIsAConstant(Src))
  395     if (!LLVMIsAInstruction(Src))
  423     if (!LLVMIsAInstruction(Src))
tools/llvm-c-test/module.c
   99           if (LLVMIsACallInst(isn)) {