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

/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp166 bool SelectRem(const Instruction *I, bool isSigned);
1725 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { function in class:ARMFastISel
2714 return SelectRem(I, /*isSigned*/ true);
2716 return SelectRem(I, /*isSigned*/ false);

Completed in 130 milliseconds