Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h324 bool isValue(const APInt &C) { return true; } in isValue() function
333 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function
342 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function
355 bool isValue(const APInt &C) { return C.isNegative(); } in isValue() function
367 bool isValue(const APInt &C) { return C.isNonNegative(); } in isValue() function
379 bool isValue(const APInt &C) { return C.isStrictlyPositive(); } in isValue() function
391 bool isValue(const APInt &C) { return C.isNonPositive(); } in isValue() function
401 bool isValue(const APInt &C) { return C.isOneValue(); } in isValue() function
410 bool isValue(const APInt &C) { return C.isNullValue(); } in isValue() function
431 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function
[all …]
/third_party/skia/modules/svg/include/
DSkSVGTypes.h61 bool isValue() const { return fState == SkSVGPropertyState::kValue; } in isValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp620 bool isValue() const { return OpV.getNode() != nullptr; } in isValue() function
/third_party/typescript/src/compiler/
Dchecker.ts44169 const isValue = isAliasResolvedToValue(getSymbolOfNode(node)); constant
/third_party/typescript/lib/
DtypingsInstaller.js90774 function isValue(s) { function
Dtsc.js76544 function isValue(s) { function