Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp61 ParseStatus parseOperandAsOperator(OperandVector &Operands);
376 ParseStatus BPFAsmParser::parseOperandAsOperator(OperandVector &Operands) { in parseOperandAsOperator() function in BPFAsmParser
503 if (parseOperandAsOperator(Operands).isSuccess()) in ParseInstruction()