Searched refs:NeedIntPromot (Results 1 – 1 of 1) sorted by relevance
1402 bool NeedIntPromot = ElemT == PT_Bool && (E->isBitwiseOp() || E->isShiftOp()); in VisitVectorBinOp() local1406 PrimType OpT = NeedIntPromot ? PromotT : ElemT; in VisitVectorBinOp()1418 } else if (NeedIntPromot) { in VisitVectorBinOp()1527 if (NeedIntPromot && in VisitVectorBinOp()