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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp165 bool SelectDiv(const Instruction *I, bool isSigned);
1718 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { function in class:ARMFastISel
2731 return SelectDiv(I, /*isSigned*/ true);
2733 return SelectDiv(I, /*isSigned*/ false);

Completed in 150 milliseconds