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()
1456 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local1464 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()1474 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()1476 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
14305 Value *EdgeVal = getRdxOperand(TreeN, I); in matchAssociativeReduction() local14306 ReducedValsToOps[EdgeVal].push_back(TreeN); in matchAssociativeReduction()14307 auto *EdgeInst = dyn_cast<Instruction>(EdgeVal); in matchAssociativeReduction()14311 ExtraArgs.push_back(EdgeVal); in matchAssociativeReduction()14324 PossibleReducedVals.push_back(EdgeVal); in matchAssociativeReduction()