Loading llvm/include/llvm/IR/Constants.h +1 −1 Original line number Diff line number Diff line Loading @@ -1032,7 +1032,7 @@ public: /// Getelementptr form. Value* is only accepted for convenience; /// all elements must be Constant's. /// /// \param OnlyIfReduced see \a getWithOperands() docs. /// \param OnlyIfReducedTy see \a getWithOperands() docs. static Constant *getGetElementPtr(Constant *C, ArrayRef<Constant *> IdxList, bool InBounds = false, Type *OnlyIfReducedTy = nullptr) { Loading Loading
llvm/include/llvm/IR/Constants.h +1 −1 Original line number Diff line number Diff line Loading @@ -1032,7 +1032,7 @@ public: /// Getelementptr form. Value* is only accepted for convenience; /// all elements must be Constant's. /// /// \param OnlyIfReduced see \a getWithOperands() docs. /// \param OnlyIfReducedTy see \a getWithOperands() docs. static Constant *getGetElementPtr(Constant *C, ArrayRef<Constant *> IdxList, bool InBounds = false, Type *OnlyIfReducedTy = nullptr) { Loading