Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h532 bool selectIntrinsicCall(const IntrinsicInst *II);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1082 return selectIntrinsicCall(II); in selectCall()
1096 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall() function in FastISel