Searched refs:VTCI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp639 auto VTCI = ConstantInt::get(VT->getElementType(), Count->getZExtValue()); local
642 Builder->CreateVectorSplat(VWidth, VTCI));
645 Builder->CreateVectorSplat(VWidth, VTCI));

Completed in 72 milliseconds