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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp163 bool selectFPTrunc(const Instruction *I);
1073 bool MipsFastISel::selectFPTrunc(const Instruction *I) { function in class:MipsFastISel
2077 return selectFPTrunc(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp166 bool selectFPTrunc(const Instruction *I);
2853 bool AArch64FastISel::selectFPTrunc(const Instruction *I) { function in class:AArch64FastISel
5209 return selectFPTrunc(I);

Completed in 65 milliseconds