Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFold.h48 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DConstantFolder.h145 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h125 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DTargetFolder.h156 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp590 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm
609 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3670 Constant *NewKernelEnvC = ConstantFoldInsertValueInstruction( in setConfigurationOfKernelEnvironment()
3680 Constant *NewConfigC = ConstantFoldInsertValueInstruction( \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1069 return ConstantFoldInsertValueInstruction( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp5099 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in simplifyInsertValueInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4599 auto *NewInitializer = ConstantFoldInsertValueInstruction( in createTargetDeinit()
4602 NewInitializer = ConstantFoldInsertValueInstruction( in createTargetDeinit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp981 llvm::Constant *res = ConstantFoldInsertValueInstruction(src, dstAdj, 1); in EmitMemberPointerConversion()