Home
last modified time | relevance | path

Searched refs:EdgeVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LoadValueInjectionLoadHardening.cpp224 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local
225 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp1477 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1485 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1495 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1497 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()