Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp173 bool selectMul(const Instruction *I);
4685 bool AArch64FastISel::selectMul(const Instruction *I) { in selectMul() function in AArch64FastISel
5167 return selectMul(I); in fastSelectInstruction()