Home
last modified time | relevance | path

Searched defs:getZero (Results 1 – 6 of 6) 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 DScaledNumber.h521 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h178 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.cpp1001 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2866 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering