Searched refs:EltNum (Results 1 – 7 of 7) sorted by relevance
901 unsigned EltNum = VecTy->getVectorNumElements(); in UpgradeIntrinsicCall() local907 for (unsigned I = 0; I < EltNum; ++I) in UpgradeIntrinsicCall()
2259 unsigned EltNum = VecTy->getVectorNumElements(); in UpgradeIntrinsicCall() local2265 for (unsigned I = 0; I < EltNum; ++I) in UpgradeIntrinsicCall()
2385 unsigned EltNum = VecTy->getNumElements(); in UpgradeIntrinsicCall() local2391 for (unsigned I = 0; I < EltNum; ++I) in UpgradeIntrinsicCall()
2973 for (unsigned EltNum = 0; EltNum < NumElements; ++EltNum) { in handleVectorVectorBinOp() local2974 APValue LHSElt = LHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp()2975 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp()
16 // Group template arguments that can be derived from the vector type (EltNum x
15 // Group template arguments that can be derived from the vector type (EltNum x