Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp173 bool SelectDiv(const Instruction *I, bool isSigned);
1678 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv() function in ARMFastISel
2864 return SelectDiv(I, /*isSigned*/ true); in fastSelectInstruction()
2866 return SelectDiv(I, /*isSigned*/ false); in fastSelectInstruction()