Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp178 bool selectSDiv(const Instruction *I);
4838 bool AArch64FastISel::selectSDiv(const Instruction *I) { in selectSDiv() function in AArch64FastISel
5073 return selectSDiv(I); in fastSelectInstruction()