Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPseudoSourceValue.h35 explicit PseudoSourceValue(enum ValueTy Subclass = PseudoSourceValueVal);
55 return V->getValueID() == PseudoSourceValueVal || in classof()
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h217 PseudoSourceValueVal, // This is an instance of PseudoSourceValue enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1033 if (V->getValueID() == Value::PseudoSourceValueVal || in WriteAsOperandInternal()