Searched refs:m_ZExtOrSExt (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 310 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType() 613 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp() 618 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
|
D | InstructionCombining.cpp | 1617 if (!(match(Op1, m_ZExtOrSExt(m_Value(Y))) && X->getType() == Y->getType() && in narrowMathIfNoOverflow()
|
D | InstCombineCalls.cpp | 3879 m_ZExtOrSExt(m_Cmp(SrcPred, m_Value(SrcLHS), m_Value(SrcRHS))))) { in visitCallInst()
|
D | InstCombineCompares.cpp | 4338 if (!match(CastOp0, m_ZExtOrSExt(m_Value(X)))) in foldICmpWithZextOrSext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1368 m_ZExtOrSExt(const OpTy &Op) { in m_ZExtOrSExt() function 1378 return m_CombineOr(m_ZExtOrSExt(Op), Op); in m_ZExtOrSExtOrSelf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9017 if (!match(Ext1, m_ZExtOrSExt(m_Value())) || in areExtractExts() 9018 !match(Ext2, m_ZExtOrSExt(m_Value())) || in areExtractExts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 14940 if (!match(Ext1, m_ZExtOrSExt(m_Value())) || in areExtractExts() 14941 !match(Ext2, m_ZExtOrSExt(m_Value())) || in areExtractExts()
|