Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1405 PrimType PromotT = classifyPrim(PromotTy); in VisitVectorBinOp() local
1406 PrimType OpT = NeedIntPromot ? PromotT : ElemT; in VisitVectorBinOp()
1419 if (!this->emitPrimCast(ElemT, PromotT, PromotTy, E)) in VisitVectorBinOp()
1528 !this->emitPrimCast(PromotT, ResultElemT, VecTy->getElementType(), E)) in VisitVectorBinOp()