Searched defs:getRHSKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTwine.h202 return getRHSKind() == EmptyKind && !isNullary();
207 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
214 if (isNullary() && getRHSKind() != EmptyKind)
218 if (getRHSKind() == NullKind)
222 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
229 if (getRHSKind() == TwineKind &&
239 /// getRHSKind - Get the NodeKind of the left-hand side.
240 NodeKind getRHSKind() const { return (NodeKind) RHSKind; } function in class:llvm::Twine
394 if (getRHSKind() != EmptyKind) return false;

Completed in 41 milliseconds