Searched refs:ConstantFoldGetElementPtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantFold.h | 55 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool InBounds,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 1542 Constant *llvm::ConstantFoldGetElementPtr(Type *PointeeTy, Constant *C, in ConstantFoldGetElementPtr() function in llvm
|
| H A D | Constants.cpp | 2274 ConstantFoldGetElementPtr(Ty, C, InBounds, InRangeIndex, Idxs)) in getGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5079 return ConstantFoldGetElementPtr(SrcTy, cast<Constant>(Ptr), InBounds, in simplifyGEPInst()
|