[VP] Make getMaskParamPos/getVectorLengthParamPos return unsigned. Lowercase function...
authorCraig Topper <craig.topper@sifive.com>
Fri, 28 May 2021 18:28:45 +0000 (11:28 -0700)
committerCraig Topper <craig.topper@sifive.com>
Fri, 28 May 2021 18:28:47 +0000 (11:28 -0700)
commit2830d924b0873b33413320650806376dbf6ee9d1
treed75296f4b290406c8fa2cd7b6e78e7044f1046e3
parentd24d2447cd228330d233f8e7710f11a802eaf681
[VP] Make getMaskParamPos/getVectorLengthParamPos return unsigned. Lowercase function names.

Parameter positions seem like they should be unsigned.

While there, make function names lowercase per coding standards.

Reviewed By: frasercrmck

Differential Revision: https://reviews.llvm.org/D103224
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/IR/IntrinsicInst.cpp
llvm/unittests/IR/VPIntrinsicTest.cpp