Home
last modified time | relevance | path

Searched refs:PseudoSourceValueVal (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/include/llvm/CodeGen/
HDPseudoSourceValue.h35 explicit PseudoSourceValue(enum ValueTy Subclass = PseudoSourceValueVal);
54 return V->getValueID() == PseudoSourceValueVal || in classof()
/trueos/contrib/llvm/include/llvm/IR/
HDValue.h212 PseudoSourceValueVal, // This is an instance of PseudoSourceValue enumerator
/trueos/contrib/llvm/lib/IR/
HDAsmWriter.cpp1134 if (V->getValueID() == Value::PseudoSourceValueVal || in WriteAsOperandInternal()