Searched defs:isPredicate (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h78 /// isPredicate - Set if this is one of the operands that made up of
80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
533 if (OpInfo[i].isPredicate())
/external/libxml2/
H A Dxpath.c605 int isPredicate);
14065 int isPredicate)
14076 if (isPredicate)
14123 } else if (isPredicate) {
14063 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, int isPredicate) argument

Completed in 127 milliseconds