Home
last modified time | relevance | path

Searched refs:NeedIntPromot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1402 bool NeedIntPromot = ElemT == PT_Bool && (E->isBitwiseOp() || E->isShiftOp()); in VisitVectorBinOp() local
1406 PrimType OpT = NeedIntPromot ? PromotT : ElemT; in VisitVectorBinOp()
1418 } else if (NeedIntPromot) { in VisitVectorBinOp()
1527 if (NeedIntPromot && in VisitVectorBinOp()