Searched defs:getZero (Results 1 – 8 of 8) sorted by relevance
49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
351 static constexpr TypeSize getZero() { return TypeSize(0, false); } in getZero() function
521 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
180 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() function
146 static Counter getZero() { return Counter(); } in getZero() function
1038 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP
2883 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering
279 static constexpr Immediate getZero() { return {0, false}; } in getZero() function in __anonc21373340111::Immediate