Searched defs:isUndef (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstrBundle.cpp198 bool isUndef = UndefUseSet.count(Reg); local
H A DMachineInstr.cpp130 ChangeToRegister(unsigned Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineOperand.h292 bool isUndef() const { function in class:llvm::MachineOperand
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstants.cpp823 bool isUndef = false; local
875 bool isUndef = isa<UndefValue>(C); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86InstrInfo.cpp2045 bool isUndef = MI->getOperand(1).isUndef(); local
2066 bool isUndef = MI->getOperand(1).isUndef(); local

Completed in 297 milliseconds