Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h138 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
H A DTargetFolder.h153 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp523 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm
542 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3669 Constant *NewKernelEnvC = ConstantFoldInsertValueInstruction( in setConfigurationOfKernelEnvironment()
3679 Constant *NewConfigC = ConstantFoldInsertValueInstruction( \
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1045 return ConstantFoldInsertValueInstruction(Src, ConstPtr, 0); in pointerAuthResignMemberFunctionPointer()
1099 llvm::Constant *res = ConstantFoldInsertValueInstruction(src, dstAdj, 1); in EmitMemberPointerConversion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1052 return ConstantFoldInsertValueInstruction( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp5125 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in simplifyInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6155 auto *NewInitializer = ConstantFoldInsertValueInstruction( in createTargetDeinit()
6158 NewInitializer = ConstantFoldInsertValueInstruction( in createTargetDeinit()