Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h156 bool isZero() const { in isZero() function
262 bool isZero() const { return Val.isZero(); } in isZero() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h116 bool isZero() const { return Quantity == 0; } in isZero() function
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp214 bool isZero(Expr *E) { in isZero() function in __anond8df477a0111::ZeroOutInDeallocRemover
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h367 bool isZero() const { in isZero() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp138 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
H A DIvarInvalidationChecker.cpp645 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anon5c2bd96a0111::IvarInvalidationCheckerImpl::MethodCrawler
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h416 bool isZero() const { return category == fcZero; } in isZero() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h57 bool isZero() const { return Kind == Zero; } in isZero() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp53 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anonc4b471590111::FAddendCoef
123 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anonc4b471590111::FAddend
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h543 bool isZero() const { return !Digits; } in isZero() function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp512 static bool isZero(Value *V, const DataLayout *DL, DominatorTree *DT, in isZero() function
H A DScalarEvolution.cpp277 bool SCEV::isZero() const { in isZero() function in SCEV
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp979 bool isZero = true; in get() local
1036 bool isZero = C->isNullValue(); in getImpl() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1106 bool R600TargetLowering::isZero(SDValue Op) const { in isZero() function in R600TargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp796 bool isZero() const { in isZero() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2394 SDValue isZero = DAG.getSetCC(dl, getSetCCResultType(VT), in ExpandIntRes_XMULO() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5016 static bool isZero(SDValue V) { in isZero() function
7125 bool isZero = !(NonZeros & (1 << i)); in LowerBUILD_VECTOR() local