Searched refs:operandLattice (Results 1 – 1 of 1) sorted by relevance
481 auto &operandLattice = latticeValues[operand]; in visitOperation() local482 if (operandLattice.isUnknown()) in visitOperation()484 operandConstants.push_back(operandLattice.getConstant()); in visitOperation()844 auto operandLattice = latticeValues.find((*branchOperands)[i]); in visitBlockArgument() local845 if (operandLattice == latticeValues.end()) in visitBlockArgument()849 updatedLattice |= argLattice.meet(operandLattice->second); in visitBlockArgument()