Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp175 bool selectSDiv(const Instruction *I);
4890 bool AArch64FastISel::selectSDiv(const Instruction *I) { in selectSDiv() function in AArch64FastISel
5127 return selectSDiv(I); in fastSelectInstruction()