Searched refs:TheSrc (Results 1 – 3 of 3) sorted by relevance
295 Constant *TheSrc = cast<Constant>(Copy->getSource()); in visitAllocaInst() local297 = ConstantExpr::getPointerBitCastOrAddrSpaceCast(TheSrc, AI.getType()); in visitAllocaInst()
1658 SPIRVValue *TheDest, SPIRVValue *TheSrc, SPIRVValue *TheNumElems,1662 Source(TheSrc->getId()), NumElements(TheNumElems->getId()),
1392 Constant *TheSrc = cast<Constant>(Copy->getSource()); in performScalarRepl() local1393 AI->replaceAllUsesWith(ConstantExpr::getBitCast(TheSrc, AI->getType())); in performScalarRepl()