Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3208 for (unsigned EltNum = 0; EltNum < NumElements; ++EltNum) { in handleVectorVectorBinOp() local
3209 APValue LHSElt = LHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp()
3210 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp()
11445 for (unsigned EltNum = 0; EltNum < VD->getNumElements(); ++EltNum) { in VisitUnaryOperator() local
11447 Info.Ctx, ResultEltTy, Op, SubExprValue.getVectorElt(EltNum)); in VisitUnaryOperator()
11506 for (unsigned EltNum = 0; EltNum < SourceLen; ++EltNum) { in VisitCallExpr() local
11507 APSInt Elt = Source.getVectorElt(EltNum).getInt(); in VisitCallExpr()
11536 for (unsigned EltNum = 0; EltNum < SourceLen; ++EltNum) { in VisitCallExpr() local
11537 APSInt LHS = SourceLHS.getVectorElt(EltNum).getInt(); in VisitCallExpr()
11538 APSInt RHS = SourceRHS.getVectorElt(EltNum).getInt(); in VisitCallExpr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3069 unsigned EltNum = VecTy->getNumElements(); in upgradeX86IntrinsicCall() local
3073 for (unsigned I = 0; I < EltNum; ++I) in upgradeX86IntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td209 // Group template arguments that can be derived from the vector type (EltNum x