HomeSort by: relevance | last modified time | path
    Searched refs:getLHSKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 162 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
189 return getLHSKind() == NullKind;
194 return getLHSKind() == EmptyKind;
209 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
224 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
228 if (getLHSKind() == TwineKind &&
239 NodeKind getLHSKind() const { return LHSKind; }
409 switch (getLHSKind()) {
441 switch (getLHSKind()) {
507 NewLHSKind = getLHSKind();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Twine.cpp 39 switch (getLHSKind()) {
164 printOneChild(OS, LHS, getLHSKind());
170 printOneChildRepr(OS, LHS, getLHSKind());

Completed in 15 milliseconds