Searched defs:getZero (Results 1 – 6 of 6) sorted by relevance
49 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
177 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() function
137 static Counter getZero() { return Counter(); } in getZero() function
2858 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering
1008 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP