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

References

unittests/IR/IntrinsicsTest.cpp
   25   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");