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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp216 bool isZero(Expr *E) { function in class:__anon2943::ZeroOutInDeallocRemover
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h117 bool isZero() const { return Quantity == 0; } function in class:clang::CharUnits
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h322 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h162 bool isZero() const { function in class:llvm::ConstantInt
268 bool isZero() const { return Val.isZero(); } function in class:llvm::ConstantFP
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLint.cpp507 static bool isZero(Value *V, DataLayout *TD) { function
H A DScalarEvolution.cpp275 bool SCEV::isZero() const { function in class:SCEV
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp533 bool R600TargetLowering::isZero(SDValue Op) const { function in class:R600TargetLowering
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp655 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { function in class:__anon3366::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-10.0-release/tools/test/testfloat/
H A Dslowfloat-32.c37 flag isZero; member in struct:__anon11289
[all...]
H A Dslowfloat-64.c40 flag isZero; member in struct:__anon11291
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp881 bool isZero = true; local
933 bool isZero = C->isNullValue(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp50 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } function in class:__anon2592::FAddendCoef
120 bool isZero() const { return Coeff.isZero(); } function in class:__anon2592::FAddend
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1192 bool isZero() const { return Value->isZero(); } function in class:llvm::SDNode::ConstantFPSDNode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2279 SDValue isZero = DAG.getSetCC(dl, TLI.getSetCCResultType(VT), local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1990 bool isZero = GetValueAsUnsigned(0,&canReadValue) == 0; local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5580 bool isZero = !(NonZeros & (1 << i)); local
9513 static bool isZero(SDValue V) { function

Completed in 405 milliseconds