Home
last modified time | relevance | path

Searched refs:TheSrc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp412 Constant *TheSrc = cast<Constant>(Copy->getSource()); in visitAllocaInst() local
413 auto *SrcTy = TheSrc->getType(); in visitAllocaInst()
417 ConstantExpr::getPointerBitCastOrAddrSpaceCast(TheSrc, DestTy); in visitAllocaInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp295 Constant *TheSrc = cast<Constant>(Copy->getSource()); in visitAllocaInst() local
297 = ConstantExpr::getPointerBitCastOrAddrSpaceCast(TheSrc, AI.getType()); in visitAllocaInst()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h1658 SPIRVValue *TheDest, SPIRVValue *TheSrc, SPIRVValue *TheNumElems,
1662 Source(TheSrc->getId()), NumElements(TheNumElems->getId()),
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1392 Constant *TheSrc = cast<Constant>(Copy->getSource()); in performScalarRepl() local
1393 AI->replaceAllUsesWith(ConstantExpr::getBitCast(TheSrc, AI->getType())); in performScalarRepl()