Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DBranchProbability.h49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
H A DScaledNumber.h520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h177 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() function
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h137 static Counter getZero() { return Counter(); } in getZero() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2858 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1008 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP