Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h440 bool isValue(const APInt &C) { return true; } isValue() function
449 bool isValue(const APInt &C) { return C.isShiftedMask(); } isValue() function
457 bool isValue(const APInt &C) { return C.isAllOnes(); } isValue() function
466 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } isValue() function
479 bool isValue(const APInt &C) { return C.isNegative(); } isValue() function
489 bool isValue(const APInt &C) { return C.isNonNegative(); } isValue() function
499 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } isValue() function
511 bool isValue(const APInt &C) { return C.isNonPositive(); } isValue() function
521 bool isValue(const APInt &C) { return C.isOne(); } isValue() function
528 bool isValue(const APInt &C) { return C.isZero(); } isValue() function
548 bool isValue(const APInt &C) { return C.isPowerOf2(); } isValue() function
556 bool isValue(const APInt &C) { return C.isNegatedPowerOf2(); } isValue() function
568 bool isValue(const APInt &C) { return !C || C.isPowerOf2(); } isValue() function
580 bool isValue(const APInt &C) { return C.isSignMask(); } isValue() function
589 bool isValue(const APInt &C) { return C.isMask(); } isValue() function
601 bool isValue(const APInt &C) { return ICmpInst::compare(C, *Thr, Pred); } isValue() function
614 bool isValue(const APFloat &C) { return C.isNaN(); } isValue() function
621 bool isValue(const APFloat &C) { return !C.isNaN(); } isValue() function
630 bool isValue(const APFloat &C) { return C.isInfinity(); } isValue() function
637 bool isValue(const APFloat &C) { return !C.isInfinity(); } isValue() function
646 bool isValue(const APFloat &C) { return C.isFinite(); } isValue() function
656 bool isValue(const APFloat &C) { return C.isFiniteNonZero(); } isValue() function
668 bool isValue(const APFloat &C) { return C.isZero(); } isValue() function
677 bool isValue(const APFloat &C) { return C.isPosZero(); } isValue() function
686 bool isValue(const APFloat &C) { return C.isNegZero(); } isValue() function
695 bool isValue(const APFloat &C) { return C.isNonZero(); } isValue() function
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp186 bool isValue() const { return !isVoid() && !isPointer(); } in isValue() function in __anonabaaf6210111::Type
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp624 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function