Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp173 bool selectMul(const Instruction *I);
4560 bool AArch64FastISel::selectMul(const Instruction *I) { in selectMul() function in AArch64FastISel
5025 return selectMul(I); in fastSelectInstruction()