Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h475 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
520 bool isValue(const APInt &C) { return C.isAllOnes(); } in isValue() function
533 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function
546 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function
556 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function
566 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function
578 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function
588 bool isValue(const APInt &C) { return C.isOne(); } in isValue() function
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp186 bool isValue() const { return !isVoid() && !isPointer(); } in isValue() function in __anonfaf0748f0111::Type
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp624 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function