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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp282 static MVT RoundingTypes[] = { MVT::f32, MVT::f64}; local
283 for (unsigned I = 0; I < array_lengthof(RoundingTypes); ++I) {
284 MVT Ty = RoundingTypes[I];

Completed in 463 milliseconds