Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp642 Constant *EltC = C->getAggregateElement(i); in replaceUndefsWith() local
643 assert((!EltC || EltC->getType() == Replacement->getType()) && in replaceUndefsWith()
645 NewC[i] = EltC && match(EltC, m_Undef()) ? Replacement : EltC; in replaceUndefsWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21284 const APInt &EltC = Elt->getAPIntValue(); in incDecVectorConstant() local
21285 if ((IsInc && EltC.isMaxValue()) || (!IsInc && EltC.isNullValue())) in incDecVectorConstant()
21288 NewVecC.push_back(DAG.getConstant(EltC + (IsInc ? 1 : -1), DL, EltVT)); in incDecVectorConstant()