Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp126 bool selectIntToFP(const Instruction *I, bool Signed);
2775 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { in selectIntToFP() function in AArch64FastISel
4944 return selectIntToFP(I, /*Signed=*/true); in fastSelectInstruction()
4947 return selectIntToFP(I, /*Signed=*/false); in fastSelectInstruction()