Searched refs:ConstantFoldGetElementPtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFold.h | 55 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1339 Constant *llvm::ConstantFoldGetElementPtr(Type *PointeeTy, Constant *C, in ConstantFoldGetElementPtr() function in llvm
|
| H A D | Constants.cpp | 2473 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InRange, Idxs)) in getGetElementPtr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5105 return ConstantFoldGetElementPtr(SrcTy, cast<Constant>(Ptr), std::nullopt, in simplifyGEPInst()
|