reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
549 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name);
lib/Transforms/Coroutines/Coroutines.cpp 147 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1;
unittests/IR/IntrinsicsTest.cpp25 int I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo"); 27 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.f64"); 29 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.b"); 31 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.b.a"); 33 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.c"); 35 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.c.f64");