Searched refs:ConstantFoldInsertValueInstruction (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFold.h | 53 ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
|
| H A D | ConstantFolder.h | 143 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 141 LLVM_ABI Constant *ConstantFoldInsertValueInstruction(Constant *Agg,
|
| H A D | TargetFolder.h | 154 return ConstantFoldInsertValueInstruction(CAgg, CVal, IdxList); in FoldInsertValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 517 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction() function in llvm 536 C = ConstantFoldInsertValueInstruction(C, Val, Idxs.slice(1)); in ConstantFoldInsertValueInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 3672 Constant *NewKernelEnvC = ConstantFoldInsertValueInstruction( in setConfigurationOfKernelEnvironment() 3682 Constant *NewConfigC = ConstantFoldInsertValueInstruction( \
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 1056 return ConstantFoldInsertValueInstruction(Src, ConstPtr, 0); in pointerAuthResignMemberFunctionPointer() 1110 llvm::Constant *res = ConstantFoldInsertValueInstruction(src, dstAdj, 1); in EmitMemberPointerConversion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1075 return ConstantFoldInsertValueInstruction( in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 5151 return ConstantFoldInsertValueInstruction(CAgg, CVal, Idxs); in simplifyInsertValueInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6497 auto *NewInitializer = ConstantFoldInsertValueInstruction( in createTargetDeinit() 6500 NewInitializer = ConstantFoldInsertValueInstruction( in createTargetDeinit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20804 …tFoldInsertValueInstructionEPNS_8ConstantES1_PKjj", "llvm::ConstantFoldInsertValueInstruction(llvm…
|