Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp177 bool selectSDiv(const Instruction *I);
4794 bool AArch64FastISel::selectSDiv(const Instruction *I) { in selectSDiv() function in AArch64FastISel
5027 return selectSDiv(I); in fastSelectInstruction()