Home | History | Annotate | Download | only in Scalar

Lines Matching refs:isSimpleValue

170   bool isSimpleValue() const { return Val.getInt() == SimpleVal; }
176 assert(isSimpleValue() && "Wrong accessor");
1180 if (isSimpleValue()) {