Lines Matching defs:getIntTy
84 IntegerType *getIntTy(unsigned Width = 32) const;
91 // Create a ConstantInt of type returned by getIntTy with the value Val.
423 auto *Int32Ty = HVC.getIntTy(32);
705 Value *AsInt = Builder.CreatePtrToInt(Ptr, HVC.getIntTy(), "pti");
1496 Builder.CreatePtrToInt(WithMinOffset.Addr, HVC.getIntTy(), "pti");
1768 auto *ResizeTy = VectorType::get(HVC.getIntTy(Width), VecTy);
1905 assert(X.Val->getType()->getScalarType() == HVC.getIntTy(16));
1921 assert(InpTy->getScalarType() == HVC.getIntTy(32));
2007 Type *HvxI16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/false);
2017 Type *HvxP16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/true);
2176 auto HexagonVectorCombine::getIntTy(unsigned Width) const -> IntegerType * {
2198 return ConstantInt::getSigned(getIntTy(Width), Val);
2478 auto *FromITy = getIntTy(FromSize * 8);
2479 auto *ToITy = getIntTy(ToSize * 8);
2664 auto *VTy = VectorType::get(getIntTy(Width / 2), 2 * Length, false);
2714 auto *VTy = VectorType::get(getIntTy(Width), Length, false);