Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h514 bool selectIntrinsicCall(const IntrinsicInst *II);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1188 return selectIntrinsicCall(II); in selectCall()
1193 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall() function in FastISel