Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp224 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes() local
225 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal) in getEdgeAttributes()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1390 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal() local
1398 EdgeVal = EdgeLatticeVal.getConstantRange(); in getEdgeValueLocal()
1408 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1410 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.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()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1253 ConstantRange EdgeVal(i.getCaseValue()->getValue()); in getEdgeValueLocal() local
1258 EdgesVals = EdgesVals.difference(EdgeVal); in getEdgeValueLocal()
1260 EdgesVals = EdgesVals.unionWith(EdgeVal); in getEdgeValueLocal()