HomeSort by relevance Sort by last modified time
    Searched refs:isZeroValue (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 70 bool isZeroValue() const;
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 212 if (OpC->isZeroValue())
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 319 if (Cst->isZeroValue())
  /external/llvm/lib/Analysis/
Lint.cpp 723 if (C->isZeroValue())
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 655 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue())
719 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 66 bool Constant::isZeroValue() const {
    [all...]
Instructions.cpp     [all...]

Completed in 210 milliseconds