Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp117 bool X86SelectDivRem(const Instruction *I);
1867 bool X86FastISel::X86SelectDivRem(const Instruction *I) { in X86SelectDivRem() function in X86FastISel
3612 return X86SelectDivRem(I); in fastSelectInstruction()