Home
last modified time | relevance | path

Searched refs:ConstantStructVal (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h211 ConstantStructVal, // This is an instance of ConstantStruct enumerator
DConstants.h444 return V->getValueID() == ConstantStructVal;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h489 return V->getValueID() == ConstantStructVal;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp302 case Value::ConstantStructVal: { in cmpConstants()
/external/llvm/include/llvm/IR/
DConstants.h462 return V->getValueID() == ConstantStructVal;
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp721 case Value::ConstantStructVal: { in cmpConstants()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp667 : Constant(T, ConstantStructVal, in ConstantStruct()
/external/llvm/lib/IR/
DConstants.cpp947 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1015 : ConstantAggregate(T, ConstantStructVal, V) { in ConstantStruct()