Searched defs:isZero (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp214 bool isZero(Expr *E) { function in class:__anon3619::ZeroOutInDeallocRemover
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DBranchProbability.h47 bool isZero() const { return N == 0; } function in class:llvm::BranchProbability
H A DScaledNumber.h543 bool isZero() const { return !Digits; } function in class:llvm::ScaledNumber
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp138 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { function in class:TestAfterDivZeroChecker
H A DIvarInvalidationChecker.cpp645 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { function in class:__anon4171::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h116 bool isZero() const { return Quantity == 0; } function in class:clang::CharUnits
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp875 bool isZero = valobj.GetValueAsUnsigned(0,&canReadValue) == 0; local
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h161 bool isZero() const { function in class:llvm::ConstantInt
273 bool isZero() const { return Val.isZero(); } function in class:llvm::ConstantFP
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLint.cpp507 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, function
H A DScalarEvolution.cpp268 bool SCEV::isZero() const { function in class:SCEV
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h417 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
/freebsd-11.0-release/tools/test/testfloat/
H A Dslowfloat-32.c37 flag isZero; member in struct:__anon13639
[all...]
H A Dslowfloat-64.c40 flag isZero; member in struct:__anon13641
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h79 bool isZero() const { return Kind == Zero; } function in struct:llvm::coverage::Counter
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1106 bool R600TargetLowering::isZero(SDValue Op) const { function in class:R600TargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp54 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } function in class:__anon3142::FAddendCoef
124 bool isZero() const { return Coeff.isZero(); } function in class:__anon3142::FAddend
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp1000 bool isZero = true; local
1058 bool isZero = C->isNullValue(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp841 bool isZero() const { function in struct:__anon2979::BitPermutationSelector::ValueBit
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1620 SDValue isZero = DAG.getSetCC(dl, getSetCCResultType(ShTy), local
2468 SDValue isZero = DAG.getSetCC(dl, getSetCCResultType(VT), local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6563 bool isZero = !(NonZeros & (1ULL << i)); variable
[all...]

Completed in 248 milliseconds