Home
last modified time | relevance | path

Searched refs:m_SpecificInt (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp421 EXPECT_TRUE(m_Store(m_SpecificInt(42), m_Specific(Alloca)) in TEST_F()
423 EXPECT_FALSE(m_Store(m_SpecificInt(42), m_Specific(FourtyTwo)) in TEST_F()
425 EXPECT_FALSE(m_Store(m_SpecificInt(43), m_Specific(Alloca)) in TEST_F()
486 match(VI1, m_InsertElement(m_Undef(), m_SpecificInt(1), m_Zero()))); in TEST_F()
519 m_ShuffleVector(m_InsertElement(m_Undef(), m_SpecificInt(1), m_Zero()), in TEST_F()
529 m_ShuffleVector(m_InsertElement(m_Undef(), m_SpecificInt(2), m_Zero()), in TEST_F()
/external/llvm/include/llvm/IR/
DPatternMatch.h383 inline specific_intval m_SpecificInt(uint64_t V) { return specific_intval(V); } in m_SpecificInt() function
1297 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
1298 auto RHS = m_LShr(m_Neg(m_Value(OpR)), m_SpecificInt(ShiftWidth));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h576 inline specific_intval m_SpecificInt(uint64_t V) { return specific_intval(V); } in m_SpecificInt() function
1756 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
1757 auto RHS = m_LShr(m_Neg(m_Value(OpR)), m_SpecificInt(ShiftWidth));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp523 m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), m_Specific(ShAmt1))))) { in narrowRotate()
526 } else if (match(ShAmt1, m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), in narrowRotate()
DInstCombineSelect.cpp676 if (!match(ValueOnZero, m_SpecificInt(SizeOfInBits))) in foldSelectCttzCtlz()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp394 if (!match(ValueOnZero, m_SpecificInt(SizeOfInBits))) in foldSelectCttzCtlz()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3580 m_SpecificInt(TyAllocSize)))) in SimplifyGEPInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3929 m_SpecificInt(TyAllocSize)))) in SimplifyGEPInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6287 m_SpecificInt(HalfValBitSize)))))) in splitMergedValStore()