Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h440 bool isValue(const APInt &C) { return true; } in isValue() function
449 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function
458 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function
471 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function
481 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function
491 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function
503 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function
513 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function
520 bool isValue(const APInt &C) { return C.isZero(); } in isValue() function
540 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function
[all …]
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp186 bool isValue() const { return !isVoid() && !isPointer(); } in isValue() function in __anoncfaa73c60111::Type
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp624 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function