Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSimple

441       assert(LV.isSimple() &&
463 assert(LV.isSimple());
923 if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.isSimple())
1434 if (LV.isSimple()) {
1570 if (!Dst.isSimple()) {
2203 assert(LV.isSimple() && "real/imag on non-ordinary l-value");
2716 assert(LHS.isSimple() && "Can only subscript lvalue vectors here!");
3015 if (Base.isSimple()) {
3313 if (lhs && !lhs->isSimple())
3326 if (rhs && !rhs->isSimple())