Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBranchProbability.h49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
DScaledNumber.h520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
/third_party/protobuf/js/experimental/runtime/
Dint64.js15 static getZero() { method in Int64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h129 static Counter getZero() { return Counter(); } in getZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h642 Variable *getZero() { in getZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2509 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering