Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp132 bool X86SelectFPExt(const Instruction *I);
2492 bool X86FastISel::X86SelectFPExt(const Instruction *I) { in X86SelectFPExt() function in X86FastISel
3617 return X86SelectFPExt(I); in fastSelectInstruction()