Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp333 static const auto ValidMinMaxTys = {MVT::v8i8, MVT::v16i8, MVT::v4i16, in getIntrinsicInstrCost() local
339 if (any_of(ValidMinMaxTys, [&LT](MVT M) { return M == LT.second; })) in getIntrinsicInstrCost()
2449 static const auto ValidMinMaxTys = { in getCmpSelInstrCost() local
2455 if (any_of(ValidMinMaxTys, [&LT](MVT M) { return M == LT.second; }) || in getCmpSelInstrCost()