Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h456 bool ParseCmpPredicate(unsigned &Pred, unsigned Opc);
DLLParser.cpp2835 if (ParseCmpPredicate(PredVal, Opc) || in ParseValID()
4830 bool LLParser::ParseCmpPredicate(unsigned &P, unsigned Opc) { in ParseCmpPredicate() function in LLParser
5378 if (ParseCmpPredicate(Pred, Opc) || in ParseCompare()