Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp892 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
902 StructValues.push_back(input); in emitCallAndSwitchStatement()
909 StructValues.push_back(output); in emitCallAndSwitchStatement()
924 for (ValueSet::iterator v = StructValues.begin(), in emitCallAndSwitchStatement()
925 ve = StructValues.end(); v != ve; ++v) in emitCallAndSwitchStatement()
940 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
942 StoreInst *SI = new StoreInst(StructValues[i], GEP); in emitCallAndSwitchStatement()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp354 std::vector<LatticeVal> StructValues; in getStructLatticeValueFor() local
360 StructValues.push_back(I->second); in getStructLatticeValueFor()
362 return StructValues; in getStructLatticeValueFor()