OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectFPToInt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp
164
bool
selectFPToInt
(const Instruction *I, bool IsSigned);
1096
bool MipsFastISel::
selectFPToInt
(const Instruction *I, bool IsSigned) {
2080
return
selectFPToInt
(I, /*isSigned*/ true);
2082
return
selectFPToInt
(I, /*isSigned*/ false);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
167
bool
selectFPToInt
(const Instruction *I, bool Signed);
2803
bool AArch64FastISel::
selectFPToInt
(const Instruction *I, bool Signed) {
5054
return
selectFPToInt
(I, /*Signed=*/true);
5057
return
selectFPToInt
(I, /*Signed=*/false);
Completed in 17 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026