Home
last modified time | relevance | path

Searched refs:isZeroValue (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DConstant.h70 bool isZeroValue() const;
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h212 if (OpC->isZeroValue())
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp319 if (Cst->isZeroValue()) in shouldConvert()
/external/llvm/lib/Analysis/
DLint.cpp723 if (C->isZeroValue()) in isZero()
DValueTracking.cpp1339 if (CIndex->isZeroValue()) in computeKnownBits()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp655 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin()
719 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
/external/llvm/lib/IR/
DConstants.cpp66 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
DInstructions.cpp1847 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()