Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp966 std::vector<Constant *> ConstVals; in getConstantOrNull() local
970 ConstVals.push_back(SCCPSolver::isConstant(LV) in getConstantOrNull()
974 Const = ConstantStruct::get(ST, ConstVals); in getConstantOrNull()