Home
last modified time | relevance | path

Searched refs:getConstInt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp75 ConstantInt *getConstInt(int Val) const;
446 Value *Tmp0 = Builder.CreateGEP(Ptr, HVC.getConstInt(Adjust / ElemSize)); in createAdjustedPointer()
452 Value *Tmp1 = Builder.CreateGEP(Tmp0, HVC.getConstInt(Adjust)); in createAdjustedPointer()
460 Value *Mask = HVC.getConstInt(-Alignment); in createAlignedPointer()
745 AlignVal = HVC.getConstInt(Diff); in realignGroup()
948 auto HexagonVectorCombine::getConstInt(int Val) const -> ConstantInt * { in getConstInt() function in HexagonVectorCombine
1056 Value *Sub = Builder.CreateSub(getConstInt(VecLen), Amt); in vlalignb()