Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1126 std::vector<Value *> params, StructValues, ReloadOutputs, Reloads; in emitCallAndSwitchStatement() local
1138 StructValues.push_back(input); in emitCallAndSwitchStatement()
1150 StructValues.push_back(output); in emitCallAndSwitchStatement()
1165 for (Value *V : StructValues) in emitCallAndSwitchStatement()
1180 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
1182 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()