Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp124 bool X86SelectFPTrunc(const Instruction *I);
2500 bool X86FastISel::X86SelectFPTrunc(const Instruction *I) { in X86SelectFPTrunc() function in X86FastISel
3673 return X86SelectFPTrunc(I); in fastSelectInstruction()