Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp685 unsigned RightType = getTypeOfMaskedICmp(A, D, E, RHSCC); in foldLogOpOfMaskedICmpsHelper() local
686 return LeftType & RightType; in foldLogOpOfMaskedICmpsHelper()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp436 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair() local
437 return Optional<std::pair<unsigned, unsigned>>(std::make_pair(LeftType, RightType)); in getMaskedTypeForICmpPair()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7718 bool RightType = VecVT == MVT::v2f64 || in haveEfficientBuildVectorPattern() local
7721 if (!RightType) in haveEfficientBuildVectorPattern()