Home
last modified time | relevance | path

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

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