Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1296 class ConstantIntOperandMatcher : public OperandPredicateMatcher { class
1301 ConstantIntOperandMatcher(unsigned InsnVarID, unsigned OpIdx, int64_t Value) in ConstantIntOperandMatcher() function in __anon685cc1160111::ConstantIntOperandMatcher
1306 Value == cast<ConstantIntOperandMatcher>(&B)->Value; in isIdentical()
3463 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); in importChildMatcher()