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

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5249 bool IsRoundingAdd = (IntNo == Intrinsic::aarch64_neon_srhadd || local
5252 ? (IsRoundingAdd ? ISD::AVGCEILS : ISD::AVGFLOORS)
5253 : (IsRoundingAdd ? ISD::AVGCEILU : ISD::AVGFLOORU);

Completed in 200 milliseconds