Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp204 bool tryFP_TO_INT(SDNode *N, SDLoc dl);
3268 bool ARMDAGToDAGISel::tryFP_TO_INT(SDNode *N, SDLoc dl) { in tryFP_TO_INT() function in ARMDAGToDAGISel
3769 if (tryFP_TO_INT(N, dl)) in Select()