Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp127 bool selectRem(const Instruction *I, unsigned ISDOpcode);
4460 bool AArch64FastISel::selectRem(const Instruction *I, unsigned ISDOpcode) { in selectRem() function in AArch64FastISel
4923 return selectRem(I, ISD::SREM); in fastSelectInstruction()
4927 return selectRem(I, ISD::UREM); in fastSelectInstruction()