Searched defs:getInsertValue (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp1733 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, function in class:ConstantExpr
2111 Replacement = ConstantExpr::getInsertValue(Agg, Val, Indices);
/external/llvm/lib/IR/
H A DConstants.cpp1160 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(),
2065 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, function in class:ConstantExpr

Completed in 129 milliseconds