OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getZero
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BranchProbability.h
49
static BranchProbability
getZero
() { return BranchProbability(0); }
220
BranchProbability ProbForUnknown = BranchProbability::
getZero
();
ScaledNumber.h
520
static ScaledNumber
getZero
() { return ScaledNumber(0, 0); }
882
*this =
getZero
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
885
static APFloat
getZero
(const fltSemantics &Sem, bool Negative = false) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
593
const SCEV *
getZero
(Type *Ty) { return getConstant(Ty, 0); }
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
133
static Counter
getZero
() { return Counter(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
2377
return
getZero
(dl, VecTy, DAG);
2459
return
getZero
(dl, VecTy, DAG);
2684
HexagonTargetLowering::
getZero
(const SDLoc &dl, MVT Ty, SelectionDAG &DAG)
2691
return DAG.getNode(ISD::SPLAT_VECTOR, dl, Ty,
getZero
(dl, MVT::i32, DAG));
2759
SDValue Z =
getZero
(dl, MVT::i32, DAG);
3055
SDValue Ov = DAG.getSetCC(dl, MVT::i1, Op,
getZero
(dl, ty(Op), DAG),
3251
return
getZero
(dl, ty(Op), DCI.DAG);
Completed in 207 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026