Searched refs:getBoolTy (Results 1 – 1 of 1) sorted by relevance
77 Type *getBoolTy(int ElemCount = 0) const;554 return HVC.getFullValue(HVC.getBoolTy(HVC.length(VecTy))); in getMask()555 return HVC.getFullValue(HVC.getBoolTy()); in getMask()824 auto *True = HVC.getFullValue(HVC.getBoolTy(ScLen)); in realignLoadGroup()1538 CarryIn = HVC.getNullValue(HVC.getBoolTy(HVC.length(VecTy))); in createAddCarry()1766 auto HexagonVectorCombine::getBoolTy(int ElemCount) const -> Type * { in getBoolTy() function in HexagonVectorCombine2055 Cast, VectorType::get(getBoolTy(), ToCount, /*Scalable=*/false)); in rescale()2062 if (ScalarTy == getBoolTy()) in vlsb()2067 return Builder.CreateTrunc(Bytes, getBoolTy(getSizeOf(VecTy))); in vlsb()2070 return Builder.CreateTrunc(Bytes, getBoolTy()); in vlsb()[all …]