Home | History | Annotate | Download | only in IR

Lines Matching defs:ResultTy

1869   Type *ResultTy = Type::getInt1Ty(LHS->getContext());
1871 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1874 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);
1890 Type *ResultTy = Type::getInt1Ty(LHS->getContext());
1892 ResultTy = VectorType::get(ResultTy, VT->getNumElements());
1895 return pImpl->ExprConstants.getOrCreate(ResultTy, Key);