Searched defs:getZero (Results 1 – 10 of 10) sorted by relevance
51 static BranchProbability getZero() { return BranchProbability(0); } in getZero() function
352 static constexpr TypeSize getZero() { return TypeSize(0, false); } in getZero() function
524 static ScaledNumber getZero() { return ScaledNumber(0, 0); } in getZero() function
182 FPAttr FPAttr::getZero(Type type) { in getZero() function in FPAttr
122 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in llvm::sandboxir::ConstantFP
200 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() function
149 static Counter getZero() { return Counter(); } in getZero() function
1059 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() function in ConstantFP
2905 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) in getZero() function in HexagonTargetLowering
271 static constexpr Immediate getZero() { return {0, false}; } in getZero() function in __anonc21373340111::Immediate