Searched refs:IsUndef (Results 1 – 5 of 5) sorted by relevance
117 bool IsUndef : 1; variable301 return IsUndef; in isUndef()385 IsUndef = Val;600 Op.IsUndef = isUndef;
1173 bool IsUndef = true; in updateRegDefsUses() local1182 IsUndef = false; in updateRegDefsUses()1186 if (IsUndef) { in updateRegDefsUses()
169 IsUndef = isUndef; in ChangeToRegister()
441 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local448 if (IsUndef) { in collectMacroDefinitions()4850 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local4851 PPOpts.Macros.push_back(std::make_pair(Macro, IsUndef)); in ParsePreprocessorOptions()
737 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func