Searched refs:getExtractValue (Results 1 – 10 of 10) sorted by relevance
227 return ConstantExpr::getExtractValue(Agg, IdxList); in CreateExtractValue()
244 return Fold(ConstantExpr::getExtractValue(Agg, IdxList)); in CreateExtractValue()
1047 static Constant *getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs);
434 llvm::Constant *srcAdj = llvm::ConstantExpr::getExtractValue(src, 1); in EmitMemberPointerConversion()
1082 return ConstantExpr::getExtractValue(Ops[0], getIndices()); in getWithOperands()1887 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue() function in ConstantExpr
1024 return wrap(ConstantExpr::getExtractValue(unwrap<Constant>(AggConstant), in LLVMConstExtractValue()
810 return ConstantExpr::getExtractValue( in ConstantFoldInstruction()
285 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices); in FoldCmpLoadFromIndexedGlobal()
2117 ID.ConstantVal = ConstantExpr::getExtractValue(Val, Indices); in ParseValID()
1092 aggregate. See the method [llvm::ConstantExpr::getExtractValue]. *)