Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h431 bool ParseCmpPredicate(unsigned &Pred, unsigned Opc);
DLLParser.cpp2657 if (ParseCmpPredicate(PredVal, Opc) || in ParseValID()
4523 bool LLParser::ParseCmpPredicate(unsigned &P, unsigned Opc) { in ParseCmpPredicate() function in LLParser
4893 if (ParseCmpPredicate(Pred, Opc) || in ParseCompare()