Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp174 bool selectMul(const Instruction *I);
4604 bool AArch64FastISel::selectMul(const Instruction *I) { in selectMul() function in AArch64FastISel
5071 return selectMul(I); in fastSelectInstruction()