Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1613 std::vector<Constant *> ConstVals; in tryToReplaceWithConstant() local
1617 ConstVals.push_back(V.isConstant() in tryToReplaceWithConstant()
1621 Const = ConstantStruct::get(ST, ConstVals); in tryToReplaceWithConstant()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1520 std::vector<Constant *> ConstVals; in tryToReplaceWithConstant() local
1524 ConstVals.push_back(V.isConstant() in tryToReplaceWithConstant()
1528 Const = ConstantStruct::get(ST, ConstVals); in tryToReplaceWithConstant()