Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp389 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair() local
390 return Optional<std::pair<unsigned, unsigned>>(std::make_pair(LeftType, RightType)); in getMaskedTypeForICmpPair()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8961 bool RightType = VecVT == MVT::v2f64 || in haveEfficientBuildVectorPattern() local
8964 if (!RightType) in haveEfficientBuildVectorPattern()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12839 EVT RightType = RHS->getValueType(0); in PerformSELECTCombine() local
12842 if (LeftType != VectorScalarType || RightType != VectorScalarType) in PerformSELECTCombine()