Searched refs:parseLogical (Results 1 – 3 of 3) sorted by relevance
120 LogicalType parseLogical(mlir::DialectAsmParser &parser) { in parseLogical() function339 return parseLogical(parser); in parseFirType()
580 bool parseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc);
6119 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()6865 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS, in parseLogical() function in LLParser