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

  /external/llvm/include/llvm/IR/
Constant.h 65 bool isZeroValue() const;
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 207 if (OpC->isZeroValue())
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 319 if (Cst->isZeroValue())
  /external/llvm/lib/Analysis/
Lint.cpp 525 if (C->isZeroValue())
ValueTracking.cpp 626 if (CIndex->isZeroValue())
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 66 bool Constant::isZeroValue() const {
    [all...]
Instructions.cpp     [all...]

Completed in 111 milliseconds