Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CRHS

156     if (Constant *CRHS = dyn_cast<Constant>(RHS))
157 return ConstantExpr::get(Opcode, CLHS, CRHS);
529 if (Constant *CRHS = dyn_cast<Constant>(Idx))
530 return ConstantExpr::getGetElementPtr(CLHS, CRHS);