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

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp126 bool selectIntToFP(const Instruction *I, bool Signed);
2774 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { function in class:AArch64FastISel
4964 return selectIntToFP(I, /*Signed=*/true);
4967 return selectIntToFP(I, /*Signed=*/false);

Completed in 134 milliseconds