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()
16994 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local16995 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()16996 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()17000 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()17013 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()