Searched refs:condType (Results 1 – 2 of 2) sorted by relevance
1878 if (ShapedType condType = getCondition().getType().dyn_cast<ShapedType>()) in print() local1879 p << condType << ", "; in print()
4613 llvm::Type *condType = ConvertType(condExpr->getType()); in VisitAbstractConditionalOperator() local4614 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator()