Searched refs:EdgeVal (Results 1 – 3 of 3) sorted by relevance
224 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local225 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
1363 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local1371 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()1381 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()1383 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
7369 Value *EdgeVal = TreeN->getOperand(EdgeToVisit); in matchAssociativeReduction() local7370 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()7374 markExtraArg(Stack.back(), EdgeVal); in matchAssociativeReduction()