Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp168 bool selectIntToFP(const Instruction *I, bool Signed);
2836 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP() function in AArch64FastISel
5071 return selectIntToFP(I, /*Signed=*/true); in fastSelectInstruction()
5074 return selectIntToFP(I, /*Signed=*/false); in fastSelectInstruction()