Home
last modified time | relevance | path

Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFold.h48 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DConstantFolder.h142 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h119 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DTargetFolder.h153 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp787 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm
806 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1098 return ConstantFoldInsertValueInstruction( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4873 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in simplifyInsertValueInst()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp957 llvm::Constant *res = ConstantFoldInsertValueInstruction(src, dstAdj, 1); in EmitMemberPointerConversion()