Searched defs:isValue (Results 1 – 8 of 8) sorted by relevance
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(cons function 520 bool isValue(const APInt &C) { return C.isAllOnes(); } isValue() function 533 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } isValue() function 546 bool isValue(const APInt &C) { return C.isNegative(); } isValue() function 556 bool isValue(const APInt &C) { return C.isNonNegative(); } isValue() function 566 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } isValue() function 578 bool isValue(const APInt &C) { return C.isNonPositive(); } isValue() function 588 bool isValue(const APInt &C) { return C.isOne(); } isValue() function 595 bool isValue(const APInt &C) { return C.isZero(); } isValue() function 615 bool isValue(const APInt &C) { return C.isPowerOf2(); } isValue() function 623 bool isValue(const APInt &C) { return C.isNegatedPowerOf2(); } isValue() function 635 bool isValue(const APInt &C) { return !C || C.isNegatedPowerOf2(); } isValue() function 648 bool isValue(const APInt &C) { return !C || C.isPowerOf2(); } isValue() function 660 bool isValue(const APInt &C) { return C.isSignMask(); } isValue() function 669 bool isValue(const APInt &C) { return C.isMask(); } isValue() function 679 bool isValue(const APInt &C) { return !C || C.isMask(); } isValue() function 693 bool isValue(const APInt &C) { return ICmpInst::compare(C, *Thr, Pred); } isValue() function 706 bool isValue(const APFloat &C) { return C.isNaN(); } isValue() function 713 bool isValue(const APFloat &C) { return !C.isNaN(); } isValue() function 722 bool isValue(const APFloat &C) { return C.isInfinity(); } isValue() function 729 bool isValue(const APFloat &C) { return !C.isInfinity(); } isValue() function 738 bool isValue(const APFloat &C) { return C.isFinite(); } isValue() function 748 bool isValue(const APFloat &C) { return C.isFiniteNonZero(); } isValue() function 760 bool isValue(const APFloat &C) { return C.isZero(); } isValue() function 769 bool isValue(const APFloat &C) { return C.isPosZero(); } isValue() function 778 bool isValue(const APFloat &C) { return C.isNegZero(); } isValue() function 787 bool isValue(const APFloat &C) { return C.isNonZero(); } isValue() function [all...]
58 bool isValue() const { return isFortranValue(*this); } isValue() function
157 AST_POLYMORPHIC_MATCHER(isValue, AST_POLYMORPHIC_SUPPORTED_TYPES( in AST_POLYMORPHIC_MATCHER() argument
1841 bool isValue(const APInt &C) { return C.isZero(); } isValue() function 1845 bool isValue(const APFloat &C) { return C.isZero(); } isValue() function 1849 bool isValue(const T &) { return true; } isValue() function 1853 bool isValue(const T &) { return false; } isValue() function 1857 bool isValue(const APInt &C) { return C.isMaxValue(); } isValue() function 1861 bool isValue(const APFloat &C) { return C.isNaN(); } isValue() function
533 bool isValue = isa<ValueType>(type); in initializeDefaultPolicy() local
1174 bool transform::TransformResults::isValue(unsigned resultNumber) const { isValue() function in transform::TransformResults
186 bool isValue() const { return !isVoid() && !isPointer(); } isValue() function in __anon1ddc9b620111::Type
624 bool isValue() const { return OpV.getNode() != nullptr; } isValue() function