Searched refs:RightType (Results 1 – 3 of 3) sorted by relevance
685 unsigned RightType = getTypeOfMaskedICmp(A, D, E, RHSCC); in foldLogOpOfMaskedICmpsHelper() local686 return LeftType & RightType; in foldLogOpOfMaskedICmpsHelper()
436 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair() local437 return Optional<std::pair<unsigned, unsigned>>(std::make_pair(LeftType, RightType)); in getMaskedTypeForICmpPair()
7718 bool RightType = VecVT == MVT::v2f64 || in haveEfficientBuildVectorPattern() local7721 if (!RightType) in haveEfficientBuildVectorPattern()