Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp4287 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator() local
4294 numElem), in VisitAbstractConditionalOperator()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp11267 unsigned numElem = VT.getVectorNumElements(); in AddCombineBUILD_VECTORToVPADDL() local
11271 case MVT::i8: widenType = MVT::getVectorVT(MVT::i16, numElem); break; in AddCombineBUILD_VECTORToVPADDL()
11272 case MVT::i16: widenType = MVT::getVectorVT(MVT::i32, numElem); break; in AddCombineBUILD_VECTORToVPADDL()
11273 case MVT::i32: widenType = MVT::getVectorVT(MVT::i64, numElem); break; in AddCombineBUILD_VECTORToVPADDL()