Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1406 PrimType OpT = NeedIntPromot ? PromotT : ElemT; in VisitVectorBinOp() local
1456 if (!this->emitBitAnd(OpT, E)) in VisitVectorBinOp()
1460 if (!this->emitBitOr(OpT, E)) in VisitVectorBinOp()
1464 if (!this->emitBitXor(OpT, E)) in VisitVectorBinOp()
1468 if (!this->emitShl(OpT, RHSElemT, E)) in VisitVectorBinOp()
1472 if (!this->emitShr(OpT, RHSElemT, E)) in VisitVectorBinOp()