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

/external/swiftshader/third_party/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
307 if (OpInfo[i].isPredicate())
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h82 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } function in class:llvm::MCOperandInfo
540 if (OpInfo[i].isPredicate())
/external/libxml2/
H A Dxpath.c973 int isPredicate);
14189 int isPredicate)
14200 if (isPredicate)
14247 } else if (isPredicate) {
14187 xmlXPathCompOpEvalToBoolean(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op, int isPredicate) argument

Completed in 249 milliseconds