Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h508 bool selectIntrinsicCall(const IntrinsicInst *II);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1182 return selectIntrinsicCall(II); in selectCall()
1187 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall() function in FastISel