Searched refs:getBoolTy (Results 1 – 1 of 1) sorted by relevance
90 Type *getBoolTy(int ElemCount = 0) const;671 return HVC.getFullValue(HVC.getBoolTy(HVC.length(VecTy))); in getMask()672 return HVC.getFullValue(HVC.getBoolTy()); in getMask()1110 auto *True = HVC.getFullValue(HVC.getBoolTy(ScLen)); in realignLoadGroup()1950 CarryIn = HVC.getNullValue(HVC.getBoolTy(HVC.length(VecTy))); in createAddCarry()2188 auto HexagonVectorCombine::getBoolTy(int ElemCount) const -> Type * { in getBoolTy() function in HexagonVectorCombine2488 Cast, VectorType::get(getBoolTy(), ToCount, /*Scalable=*/false), "trn"); in rescale()2495 if (ScalarTy == getBoolTy()) in vlsb()2500 return Builder.CreateTrunc(Bytes, getBoolTy(getSizeOf(VecTy)), "trn"); in vlsb()2503 return Builder.CreateTrunc(Bytes, getBoolTy(), "trn"); in vlsb()[all …]