Home
last modified time | relevance | path

Searched refs:selectIntrinsicCall (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h507 bool selectIntrinsicCall(const IntrinsicInst *II);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1192 return selectIntrinsicCall(II); in selectCall()
1197 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall() function in FastISel