HomeSort by relevance Sort by last modified time
    Searched refs:getLHSKind (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
Twine.h 157 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
159 /// RHSKind - The NodeKind of the left hand side, \see getLHSKind().
186 return getLHSKind() == NullKind;
191 return getLHSKind() == EmptyKind;
206 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
221 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
225 if (getLHSKind() == TwineKind &&
235 /// getLHSKind - Get the NodeKind of the left-hand side.
236 NodeKind getLHSKind() const { return (NodeKind) LHSKind; }
395 switch (getLHSKind()) {
    [all...]
  /external/llvm/lib/Support/
Twine.cpp 40 switch (getLHSKind()) {
153 printOneChild(OS, LHS, getLHSKind());
159 printOneChildRepr(OS, LHS, getLHSKind());

Completed in 77 milliseconds