Searched refs:getLHSKind (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTwine.h158 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
160 /// RHSKind - The NodeKind of the left hand side, \see getLHSKind().
191 return getLHSKind() == NullKind;
196 return getLHSKind() == EmptyKind;
211 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
226 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
230 if (getLHSKind() == TwineKind &&
240 /// getLHSKind - Get the NodeKind of the left-hand side.
241 NodeKind getLHSKind() const { return (NodeKind) LHSKind; } function in class:llvm::Twine
400 switch (getLHSKind()) {
[all...]
/external/llvm/lib/Support/
H A DTwine.cpp40 switch (getLHSKind()) {
153 printOneChild(OS, LHS, getLHSKind());
159 printOneChildRepr(OS, LHS, getLHSKind());

Completed in 336 milliseconds