HomeSort by relevance Sort by last modified time
    Searched defs:isUndef (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 98 inline bool isUndef() const {
190 bool isUndef() const;
203 return !V->isUndef();
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 157 bool isUndef = origCI.getPreprocessorOpts().Macros[i].second;
158 if (isUndef)
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 86 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
103 bool IsUndef : 1;
256 bool isUndef() const {
258 return IsUndef;
277 return !isUndef() && (isUse() || getSubReg());
343 IsUndef = Val;
465 bool isUndef = false, bool isDebug = false);
491 bool isUndef = false,
500 Op.IsUndef = isUndef;
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 720 bool isUndef = isa<UndefValue>(C);
722 if (isZero || isUndef) {
725 isZero = isUndef = false;
732 if (isUndef)
    [all...]

Completed in 180 milliseconds