Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp166 bool SelectCmp(const Instruction *I);
1456 bool ARMFastISel::SelectCmp(const Instruction *I) { in SelectCmp() function in ARMFastISel
2838 return SelectCmp(I); in fastSelectInstruction()