Lines Matching refs:cA
249 Constant cA = null;
256 cA = latticeConstants[regA];
269 if (cA != null && sources.size() == 1) {
270 switch (((TypedConstant) cA).getBasicType()) {
273 int vA = ((CstInteger) cA).getValue();
300 } else if (cA != null && cB != null) {
301 switch (((TypedConstant) cA).getBasicType()) {
304 int vA = ((CstInteger) cA).getValue();
370 Constant cA;
374 cA = null;
376 cA = latticeConstants[regA];
391 if (cA == null || cB == null) {
401 int vA = ((CstInteger) cA).getValue();