Searched defs:IsUndef (Results 1 – 6 of 6) sorted by relevance
103 bool IsUndef : 1; variable
118 bool IsUndef : 1; variable
2079 void MachineInstr::setRegisterDefReadUndef(unsigned Reg, bool IsUndef) { in setRegisterDefReadUndef()
1221 bool IsUndef = true; in addUndefFlag() local
465 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local4822 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
739 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func