Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1128 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1140 StructValues.push_back(input); in emitCallAndSwitchStatement()
1152 StructValues.push_back(output); in emitCallAndSwitchStatement()
1167 for (Value *V : StructValues) in emitCallAndSwitchStatement()
1182 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
1184 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
H A DSCCPSolver.cpp404 std::vector<ValueLatticeElement> StructValues; in getStructLatticeValueFor() local
410 StructValues.push_back(I->second); in getStructLatticeValueFor()
412 return StructValues; in getStructLatticeValueFor()