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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp216 bool isZero(Expr *E) { function in class:__anon3089::ZeroOutInDeallocRemover
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h116 bool isZero() const { return Quantity == 0; } function in class:clang::CharUnits
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h376 bool isZero() const { return category == fcZero; } function in class:llvm::APFloat
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DConstants.h160 bool isZero() const { function in class:llvm::ConstantInt
266 bool isZero() const { return Val.isZero(); } function in class:llvm::ConstantFP
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DLint.cpp507 static bool isZero(Value *V, DataLayout *DL) { function
H A DScalarEvolution.cpp275 bool SCEV::isZero() const { function in class:SCEV
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp655 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { function in class:__anon3545::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-10.1-release/tools/test/testfloat/
H A Dslowfloat-32.c37 flag isZero; member in struct:__anon11655
[all...]
H A Dslowfloat-64.c40 flag isZero; member in struct:__anon11657
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp841 bool R600TargetLowering::isZero(SDValue Op) const { function in class:R600TargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp51 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } function in class:__anon2711::FAddendCoef
121 bool isZero() const { return Coeff.isZero(); } function in class:__anon2711::FAddend
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1283 bool isZero() const { return Value->isZero(); } function in class:ConstantFPSDNode
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2301 SDValue isZero = DAG.getSetCC(dl, getSetCCResultType(VT), local
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstants.cpp879 bool isZero = true; local
931 bool isZero = C->isNullValue(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2041 bool isZero = GetValueAsUnsigned(0,&canReadValue) == 0; local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6043 bool isZero = !(NonZeros & (1 << i)); local
10162 static bool isZero(SDValue V) { function

Completed in 419 milliseconds