Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp360 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair() local
361 return Optional<std::pair<unsigned, unsigned>>(std::make_pair(LeftType, RightType)); in getMaskedTypeForICmpPair()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9020 bool RightType = VecVT == MVT::v2f64 || in haveEfficientBuildVectorPattern() local
9023 if (!RightType) in haveEfficientBuildVectorPattern()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13052 EVT RightType = RHS->getValueType(0); in PerformSELECTCombine() local
13055 if (LeftType != VectorScalarType || RightType != VectorScalarType) in PerformSELECTCombine()