Lines Matching refs:isDirect
939 bool isDirect = callee.has_value(); in print() local
944 if (isDirect) in print()
949 p << '(' << getOperands().drop_front(isDirect ? 0 : 1) << ')'; in print()
958 p.printFunctionalType(llvm::drop_begin(getOperandTypes(), isDirect ? 0 : 1), in print()
981 bool isDirect = operands.empty(); in parse() local
984 if (isDirect && parser.parseAttribute(funcAttr, "callee", result.attributes)) in parse()
996 if (isDirect) { in parse()
1244 bool isDirect = callee.has_value(); in print() local
1249 if (isDirect) in print()
1254 auto args = getOperands().drop_front(isDirect ? 0 : 1); in print()
1277 bool isDirect = operands.empty(); in parse() local
1280 if (isDirect) in parse()
1295 if (isDirect) { in parse()