Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp310 static const auto ValidMinMaxTys = {MVT::v8i8, MVT::v16i8, MVT::v4i16, in getIntrinsicInstrCost() local
316 if (any_of(ValidMinMaxTys, [&LT](MVT M) { return M == LT.second; })) in getIntrinsicInstrCost()
2145 static const auto ValidMinMaxTys = { in getCmpSelInstrCost() local
2151 if (any_of(ValidMinMaxTys, [&LT](MVT M) { return M == LT.second; }) || in getCmpSelInstrCost()