Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1538 SmallVector<Constant *, 16> NewVecC(SrcVecNumElts, UndefScalar); in foldVectorBinop() local
1544 Constant *NewCElt = NewVecC[ShMask[I]]; in foldVectorBinop()
1556 NewVecC[ShMask[I]] = CElt; in foldVectorBinop()
1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21276 SmallVector<SDValue, 8> NewVecC; in incDecVectorConstant() local
21288 NewVecC.push_back(DAG.getConstant(EltC + (IsInc ? 1 : -1), DL, EltVT)); in incDecVectorConstant()
21291 return DAG.getBuildVector(VT, DL, NewVecC); in incDecVectorConstant()