Searched refs:EdgeVal (Results 1 – 3 of 3) sorted by relevance
223 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local224 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
1465 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local1473 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()1483 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()1485 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
17010 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local17011 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()17012 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()17016 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()17029 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()