Searched refs:getBoolTy (Results 1 – 1 of 1) sorted by relevance
73 Type *getBoolTy(int ElemCount = 0) const;428 return HVC.getFullValue(HVC.getBoolTy(ElemCount)); in getMask()430 return HVC.getFullValue(HVC.getBoolTy()); in getMask()789 auto *True = HVC.getFullValue(HVC.getBoolTy(ScLen)); in realignGroup()947 auto HexagonVectorCombine::getBoolTy(int ElemCount) const -> Type * { in getBoolTy() function in HexagonVectorCombine1196 Cast, VectorType::get(getBoolTy(), ToCount, /*Scalable*/ false)); in rescale()1203 if (ScalarTy == getBoolTy()) in vlsb()1208 return Builder.CreateTrunc(Bytes, getBoolTy(getSizeOf(VecTy))); in vlsb()1211 return Builder.CreateTrunc(Bytes, getBoolTy()); in vlsb()1221 if (ScalarTy != getBoolTy()) in vbytes()