Home
last modified time | relevance | path

Searched refs:isValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h360 return this->isValue(CV->getValue()); in match_impl()
364 return this->isValue(CV->getValue()); in match_impl()
382 if (!CV || !this->isValue(CV->getValue())) in match_impl()
420 if (this->isValue(CI->getValue())) { in match()
428 if (this->isValue(CI->getValue())) { in match()
447 if (this->isValue(CI->getValue())) { in match()
455 if (this->isValue(CI->getValue())) { in match()
475 bool isValue(const APTy &C) { return CheckFn(C); } in isValue() function
503 bool isValue(const APInt &C) { return true; } in isValue() function
512 bool isValue(const APInt &C) { return C.isShiftedMask(); } in isValue() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp624 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
625 bool isValid() const { return isValue() || !(OpN & Invalid); } in isValid()
631 assert(!R.isValue()); in lo()
635 assert(!R.isValue()); in hi()
716 if (isValue()) { in print()
1173 if (R.isValue()) { in materialize()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp186 bool isValue() const { return !isVoid() && !isPointer(); } in isValue() function in __anonfaf0748f0111::Type
187 bool isScalar() const { return isValue() && NumVectors == 0; } in isScalar()
188 bool isVector() const { return isValue() && NumVectors > 0; } in isVector()
1013 if (LocalCK == ClassB && RetT.isValue() && !RetT.isScalar()) in getBuiltinTypeStr()