Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBranchProbability.h49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
HDTypeSize.h351 static constexpr TypeSize getZero() { return TypeSize(0, false); } in getZero() function
HDScaledNumber.h521 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h180 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h146 static Counter getZero() { return Counter(); } in getZero() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp1038 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp2883 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp279 static constexpr Immediate getZero() { return {0, false}; } in getZero() function in __anonb80fd50d0111::Immediate