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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBranchProbability.h49 static BranchProbability getZero() { return BranchProbability(0); } function in class:llvm::BranchProbability
H A DScaledNumber.h520 static ScaledNumber getZero() { return ScaledNumber(0, 0); } function in class:llvm::ScaledNumber
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h593 const SCEV *getZero(Type *Ty) { return getConstant(Ty, 0); } function in class:llvm::ScalarEvolution
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h885 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { function in class:llvm::APFloat
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h133 static Counter getZero() { return Counter(); } function in struct:llvm::coverage::Counter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2684 HexagonTargetLowering::getZero(const SDLoc &dl, MVT Ty, SelectionDAG &DAG) function in class:HexagonTargetLowering

Completed in 235 milliseconds