Searched refs:OtherOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 380 template <typename ToPrint, typename OtherOperand> 389 template <typename ToPrint, size_t N, typename OtherOperand> 390 class FormatForComparison<ToPrint[N], OtherOperand> { 393 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); 401 template <typename OtherOperand> \ 402 class FormatForComparison<CharType*, OtherOperand> { \
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 3459 Value *ZExted, *OtherOperand; in shrinkType() local 3461 m_Value(OtherOperand))) && in shrinkType() 3462 !match(&I, m_LShr(m_ZExt(m_Value(ZExted)), m_Value(OtherOperand)))) in shrinkType() 3465 Value *ZExtOperand = I.getOperand(I.getOperand(0) == OtherOperand ? 1 : 0); in shrinkType() 3521 if (!isa<Constant>(OtherOperand)) in shrinkType() 3534 Value *Op1 = Builder.CreateTrunc(OtherOperand, SmallTy); in shrinkType() 3536 if (I.getOperand(0) == OtherOperand) in shrinkType()
|