Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/inlining/
H A DObjCImproperDynamictallyDetectableCast.m17 - (int)getZero; method
20 - (int)getZero { return 0; } method
24 - (int)getZero; method
28 - (int)getZero { return 1; } method
H A DObjCDynTypePopagation.m13 - (int)getZero { method
87 - (int)getZero; method
95 - (int)getZero { method
H A DDynDispatchBifurcate.m6 - (int)getZero; method
9 - (int)getZero { method
68 - (int)getZero; method
94 - (int)getZero { method
H A Dpath-notes.c56 int *getZero(void) { in getZero() function
H A Dpath-notes.cpp159 int getZero() { in getZero() function
/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
H A DTypeSize.h351 static constexpr TypeSize getZero() { return TypeSize(0, false); } in getZero() function
H A DScaledNumber.h521 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
/llvm-project/clang/test/Analysis/
H A Dedges-new.mm359 int *getZero() { function
H A Dinline.cpp19 int getZero() { return 0; } in getZero() function in A
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDecomposeLinalgOps.cpp132 static Value getZero(OpBuilder &b, Location loc, Type elementType) { in getZero() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h180 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } getZero() function
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h146 static Counter getZero() { return Counter(); } getZero() function
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp665 spirv::ConstantOp spirv::ConstantOp::getZero(Type type, Location loc, in getZero() function in spirv::ConstantOp
/llvm-project/llvm/lib/IR/
H A DConstants.cpp1038 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { getZero() function in ConstantFP
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2888 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) getZero() function in HexagonTargetLowering
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp2112 TEST(APFloatTest,getZero) TEST() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp279 static constexpr Immediate getZero() { return {0, false}; } getZero() function in __anona2fcd8e70111::Immediate