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 158 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
190 return getLHSKind() == NullKind;
195 return getLHSKind() == EmptyKind;
210 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
225 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
229 if (getLHSKind() == TwineKind &&
240 NodeKind getLHSKind() const { return LHSKind; }
408 switch (getLHSKind()) {
440 switch (getLHSKind()) {
506 NewLHSKind = getLHSKind();
    [all...]
  /external/llvm/lib/Support/
Twine.cpp 33 switch (getLHSKind()) {
153 printOneChild(OS, LHS, getLHSKind());
159 printOneChildRepr(OS, LHS, getLHSKind());

Completed in 4373 milliseconds