Home
last modified time | relevance | path

Searched defs:IsUndef (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h117 bool IsUndef : 1; variable
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1173 bool IsUndef = true; in updateRegDefsUses() local
/external/clang/lib/Serialization/
DASTReader.cpp441 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local
4850 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
/external/llvm/bindings/go/llvm/
Dir.go737 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func