Searched refs:valid_operand (Results 1 – 1 of 1) sorted by relevance
29 auto valid_operand = [&](int64_t idx) { return idx < op->getNumOperands(); }; in VerifyLayoutDependentArgsAndResults() local30 if (!llvm::all_of(interface.GetLayoutDependentArgs(), valid_operand)) { in VerifyLayoutDependentArgsAndResults()