HomeSort by relevance Sort by last modified time
    Searched defs:getLHSKind (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
Twine.h 156 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
188 return getLHSKind() == NullKind;
193 return getLHSKind() == EmptyKind;
208 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
223 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
227 if (getLHSKind() == TwineKind &&
238 NodeKind getLHSKind() const { return LHSKind; }
406 switch (getLHSKind()) {
438 switch (getLHSKind()) {
504 NewLHSKind = getLHSKind();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 157 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
159 /// RHSKind - The NodeKind of the left hand side, \see getLHSKind().
186 return getLHSKind() == NullKind;
191 return getLHSKind() == EmptyKind;
206 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
221 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
225 if (getLHSKind() == TwineKind &&
235 /// getLHSKind - Get the NodeKind of the left-hand side.
236 NodeKind getLHSKind() const { return (NodeKind) LHSKind; }
395 switch (getLHSKind()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Twine.h 163 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
190 return getLHSKind() == NullKind;
195 return getLHSKind() == EmptyKind;
210 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
225 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
229 if (getLHSKind() == TwineKind &&
240 NodeKind getLHSKind() const { return LHSKind; }
407 switch (getLHSKind()) {
439 switch (getLHSKind()) {
505 NewLHSKind = getLHSKind();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Twine.h 161 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
188 return getLHSKind() == NullKind;
193 return getLHSKind() == EmptyKind;
208 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
223 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
227 if (getLHSKind() == TwineKind &&
238 NodeKind getLHSKind() const { return LHSKind; }
417 switch (getLHSKind()) {
449 switch (getLHSKind()) {
515 NewLHSKind = getLHSKind();
    [all...]

Completed in 157 milliseconds