Searched defs:getLHSKind (Results 1 - 1 of 1) 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().
187 return getLHSKind() == NullKind;
192 return getLHSKind() == EmptyKind;
207 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
222 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
226 if (getLHSKind() == TwineKind &&
236 /// getLHSKind - Get the NodeKind of the left-hand side.
237 NodeKind getLHSKind() const { return (NodeKind) LHSKind; } function in class:llvm::Twine
396 switch (getLHSKind()) {
[all...]

Completed in 180 milliseconds