Searched refs:TheSrc (Results 1 – 4 of 4) sorted by relevance
412 Constant *TheSrc = cast<Constant>(Copy->getSource()); in visitAllocaInst() local413 auto *SrcTy = TheSrc->getType(); in visitAllocaInst()417 ConstantExpr::getPointerBitCastOrAddrSpaceCast(TheSrc, DestTy); in visitAllocaInst()
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()