Home | History | Annotate | Download | only in Analysis

Lines Matching full:clhs

157   if (Constant *CLHS = dyn_cast<Constant>(LHS))
159 return ConstantExpr::get(Opcode, CLHS, CRHS);
490 if (Constant *CLHS = dyn_cast<Constant>(V))
493 CLHS, CRHS);