Home | History | Annotate | Download | only in Scalar

Lines Matching defs:LV

379     LatticeVal &LV = I.first->second;
382 return LV; // Common case, already in the map.
387 LV.markConstant(C); // Constants are constant
391 return LV;
405 LatticeVal &LV = I.first->second;
408 return LV; // Common case, already in the map.
414 LV.markOverdefined(); // Unknown sort of constant.
418 LV.markConstant(Elt); // Constants are constant.
422 return LV;
1278 LatticeVal &LV = getStructValueState(I, i);
1279 if (LV.isUndefined())
1280 markOverdefined(LV, I);
1285 LatticeVal &LV = getValueState(I);
1286 if (!LV.isUndefined()) continue;