Home | History | Annotate | Download | only in Scalar

Lines Matching defs:LV

373     LatticeVal &LV = I.first->second;
376 return LV; // Common case, already in the map.
381 LV.markConstant(C); // Constants are constant
385 return LV;
399 LatticeVal &LV = I.first->second;
402 return LV; // Common case, already in the map.
408 LV.markOverdefined(); // Unknown sort of constant.
412 LV.markConstant(Elt); // Constants are constant.
416 return LV;
1268 LatticeVal &LV = getStructValueState(I, i);
1269 if (LV.isUndefined())
1270 markOverdefined(LV, I);
1275 LatticeVal &LV = getValueState(I);
1276 if (!LV.isUndefined()) continue;