Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h180 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h146 static Counter getZero() { return Counter(); } in getZero() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1038 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2883 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp279 static constexpr Immediate getZero() { return {0, false}; } in getZero() function in __anonc21373340111::Immediate