reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1690 LLVM_FOR_EACH_VALUE_SUBCLASS(LLVM_DECLARE_VALUE_CAST)
60 if (LLVMIsACallInst(I)) {
tools/llvm-c-test/echo.cpp231 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)) {