Searched defs:soe (Results 1 – 7 of 7) sorted by relevance
220 else if (SymOffExp soe = e1.isSymOffExp()) in Add() local225 else if (SymOffExp soe = e2.isSymOffExp()) in Add() local321 else if (SymOffExp soe = e1.isSymOffExp()) in Min() local
719 if (auto soe = e.isSymOffExp()) in getAggregateFromPointer() local
4838 else if (auto soe = ecall.isSymOffExp()) in visit() local6121 if (auto soe = result.isSymOffExp()) in visit() local
5178 if (auto soe = e.isSymOffExp()) variable
217 SymOffExp *soe = (SymOffExp *)e1; in Add() local223 SymOffExp *soe = (SymOffExp *)e2; in Add() local327 SymOffExp *soe = (SymOffExp *)e1; in Min() local
4679 SymOffExp *soe = (SymOffExp *)ecall; in visit() local5903 SymOffExp *soe = (SymOffExp *)e->e1; in visit() local5959 SymOffExp *soe = (SymOffExp *)result; in visit() local
5624 SymOffExp *soe = (SymOffExp *)e; variable