Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionPatternMatch.h32 return C && this->isValue(C->getAPInt()); in match()
37 bool isValue(const APInt &C) const { return C.isZero(); } in isValue() function
44 bool isValue(const APInt &C) const { return C.isOne(); } in isValue() function
51 bool isValue(const APInt &C) const { return C.isAllOnes(); } in isValue() function
109 bool isValue(const APInt &C) const { return C == CV; } in isValue() function
/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) const { return CheckFn(C); } in isValue() function
503 bool isValue(const APInt &C) const { return true; } in isValue() function
512 bool isValue(const APInt &C) const { return C.isShiftedMask(); } in isValue() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h113 return P.isValue(CI->getValue()); in match()
125 bool isValue(const APInt &C) const { return APInt::isSameValue(Val, C); } in isValue() function
144 bool isValue(const APInt &C) const { return C.isAllOnes(); } in isValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp619 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
620 bool isValid() const { return isValue() || !(OpN & Invalid); } in isValid()
626 assert(!R.isValue()); in lo()
630 assert(!R.isValue()); in hi()
711 if (isValue()) { in print()
1167 if (R.isValue()) { in materialize()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp184 bool isValue() const { return !isVoid() && !isPointer(); } in isValue() function in __anonfaf0748f0111::Type
185 bool isScalar() const { return isValue() && NumVectors == 0; } in isScalar()
186 bool isVector() const { return isValue() && NumVectors > 0; } in isVector()
1078 if (LocalCK == ClassB && RetT.isValue() && !RetT.isScalar()) in getBuiltinTypeStr()