Home
last modified time | relevance | path

Searched refs:IsUndef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h117 bool IsUndef : 1; variable
301 return IsUndef; in isUndef()
385 IsUndef = Val;
590 Op.IsUndef = isUndef;
/external/llvm/lib/CodeGen/
DMachineInstr.cpp150 IsUndef = isUndef; in ChangeToRegister()
/external/clang/lib/Serialization/
DASTReader.cpp421 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local
428 if (IsUndef) { in collectMacroDefinitions()
4672 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
4673 PPOpts.Macros.push_back(std::make_pair(Macro, IsUndef)); in ParsePreprocessorOptions()