Lines Matching refs:fBase
134 return this->tryRemoveLValueBefore(iter, ((Swizzle*) lvalue)->fBase.get()); in tryRemoveLValueBefore()
136 return this->tryRemoveLValueBefore(iter, ((FieldAccess*) lvalue)->fBase.get()); in tryRemoveLValueBefore()
138 if (!this->tryRemoveLValueBefore(iter, ((IndexExpression*) lvalue)->fBase.get())) { in tryRemoveLValueBefore()
181 if (!this->tryRemoveExpressionBefore(iter, f->fBase.get())) { in tryRemoveExpression()
189 if (!this->tryRemoveExpressionBefore(iter, s->fBase.get())) { in tryRemoveExpression()
197 if (!this->tryRemoveExpressionBefore(iter, idx->fBase.get())) { in tryRemoveExpression()
372 this->addExpression(cfg, &((FieldAccess*) e->get())->fBase, constantPropagate); in addExpression()
377 this->addExpression(cfg, &((IndexExpression*) e->get())->fBase, constantPropagate); in addExpression()
397 this->addExpression(cfg, &((Swizzle*) e->get())->fBase, constantPropagate); in addExpression()
440 this->addLValue(cfg, &((FieldAccess&) **e).fBase); in addLValue()
443 this->addLValue(cfg, &((IndexExpression&) **e).fBase); in addLValue()
447 this->addLValue(cfg, &((Swizzle&) **e).fBase); in addLValue()