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()
1392 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local1400 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()1410 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()1412 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
10869 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local10870 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()10871 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()10875 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()10884 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()