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.cpp180 bool selectSDiv(const Instruction *I);
4888 bool AArch64FastISel::selectSDiv(const Instruction *I) { in selectSDiv() function in AArch64FastISel
5121 return selectSDiv(I); in fastSelectInstruction()