Home
last modified time | relevance | path

Searched refs:isValue (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h227 return this->isValue(CI->getValue()); in match()
231 return this->isValue(CI->getValue()); in match()
244 if (!CI || !this->isValue(CI->getValue())) in match()
264 if (this->isValue(CI->getValue())) { in match()
271 if (this->isValue(CI->getValue())) { in match()
286 return this->isValue(CF->getValueAPF()); in match()
290 return this->isValue(CF->getValueAPF()); in match()
303 if (!CF || !this->isValue(CF->getValueAPF())) in match()
324 bool isValue(const APInt &C) { return true; } in isValue() function
333 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function
[all …]
/third_party/skia/modules/svg/src/
DSkSVGFeFlood.cpp18 if (!floodColor.isValue() || !floodOpacity.isValue()) { in resolveFloodColor()
DSkSVGRenderContext.cpp207 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValue()); \ in applyPresentationAttributes()
209 if (attr.isValue() && *attr != *fPresentationContext->fInherited.f ## ATTR) { \ in applyPresentationAttributes()
241 const bool hasFilter = attrs.fFilter.isValue(); in applyPresentationAttributes()
242 if (attrs.fOpacity.isValue()) { in applyPresentationAttributes()
246 if (attrs.fClipPath.isValue()) { in applyPresentationAttributes()
250 if (attrs.fMask.isValue()) { in applyPresentationAttributes()
DSkSVGGradient.cpp59 if (!stopColor.isValue() || !stopOpacity.isValue()) { in resolveStopColor()
DSkSVGNode.cpp72 (!display.isValue() || *display != SkSVGDisplay::kNone); in onPrepareToRender()
DSkSVGFeLighting.cpp63 if (!color.isValue()) { in resolveLightingColor()
/third_party/skia/modules/svg/include/
DSkSVGNode.h78 if (!dest->isInheritable() || v.isValue()) { \
87 if (!dest->isInheritable() || v.isValue()) { \
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
621 bool isValid() const { return isValue() || !(OpN & Invalid); } in isValid()
626 assert(!R.isValue()); in lo()
630 assert(!R.isValue()); in hi()
711 if (isValue()) { in print()
993 if (R.isValue()) { in materialize()
/third_party/typescript/src/compiler/
Dchecker.ts39038 : forEachEntry(getExportsOfModule(moduleSymbol), isValue);
39043 function isValue(s: Symbol): boolean {
39218 const isValue = isAliasResolvedToValue(getSymbolOfNode(node));
39219 return isValue && node.moduleReference && !nodeIsMissing(node.moduleReference);
/third_party/typescript/lib/
Dtsc.js66325 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue);
66328 function isValue(s) { function
66451 var isValue = isAliasResolvedToValue(getSymbolOfNode(node));
66452 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
DtypingsInstaller.js79151 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue);
79154 function isValue(s) { function
79313 var isValue = isAliasResolvedToValue(getSymbolOfNode(node));
79314 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
DtypescriptServices.js79356 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue);
79359 function isValue(s) { function
79518 var isValue = isAliasResolvedToValue(getSymbolOfNode(node));
79519 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
Dtsserverlibrary.js79356 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue);
79359 function isValue(s) { function
79518 var isValue = isAliasResolvedToValue(getSymbolOfNode(node));
79519 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
Dtsserver.js79162 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue);
79165 function isValue(s) { function
79324 var isValue = isAliasResolvedToValue(getSymbolOfNode(node));
79325 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);
Dtypescript.js79356 : ts.forEachEntry(getExportsOfModule(moduleSymbol), isValue);
79359 function isValue(s) { function
79518 var isValue = isAliasResolvedToValue(getSymbolOfNode(node));
79519 return isValue && node.moduleReference && !ts.nodeIsMissing(node.moduleReference);