Searched defs:getRHSKind (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/ADT/
H A DTwine.h206 return getRHSKind() == EmptyKind && !isNullary();
211 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
218 if (isNullary() && getRHSKind() != EmptyKind)
222 if (getRHSKind() == NullKind)
226 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
233 if (getRHSKind() == TwineKind &&
243 /// getRHSKind - Get the NodeKind of the right-hand side.
244 NodeKind getRHSKind() const { return (NodeKind) RHSKind; } function in class:llvm::Twine
398 if (getRHSKind() != EmptyKind) return false;

Completed in 76 milliseconds