Searched refs:lookupLLVMIntrinsicByName (Results 1 – 5 of 5) sorted by relevance
87 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
89 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
59 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
567 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
148 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1; in isCoroutineIntrinsicName()