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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h162 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
189 return getLHSKind() == NullKind;
194 return getLHSKind() == EmptyKind;
209 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
224 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
228 if (getLHSKind() == TwineKind &&
239 NodeKind getLHSKind() const { return LHSKind; } function in class:llvm::Twine
409 switch (getLHSKind()) {
441 switch (getLHSKind()) {
507 NewLHSKind = getLHSKind();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTwine.cpp39 switch (getLHSKind()) {
164 printOneChild(OS, LHS, getLHSKind());
170 printOneChildRepr(OS, LHS, getLHSKind());

Completed in 292 milliseconds