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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h165 /// RHSKind - The NodeKind of the right hand side, \see getRHSKind().
204 return getRHSKind() == EmptyKind && !isNullary();
209 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
216 if (isNullary() && getRHSKind() != EmptyKind)
220 if (getRHSKind() == NullKind)
224 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
231 if (getRHSKind() == TwineKind &&
242 NodeKind getRHSKind() const { return RHSKind; } function in class:llvm::Twine
407 if (getRHSKind() != EmptyKind) return false;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTwine.cpp165 printOneChild(OS, RHS, getRHSKind());
172 printOneChildRepr(OS, RHS, getRHSKind());

Completed in 183 milliseconds