Home
last modified time | relevance | path

Searched refs:IsImp (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h99 unsigned IsImp : 1; variable
388 return IsImp; in isImplicit()
513 IsImp = Val;
841 Op.IsImp = isImp;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp279 IsImp = isImp; in ChangeToRegister()