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.cpp191 bool SelectCmp(const Instruction *I);
1504 bool ARMFastISel::SelectCmp(const Instruction *I) { in SelectCmp() function in ARMFastISel
2908 return SelectCmp(I); in fastSelectInstruction()