Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp136 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
140 Builder.CreateLoad(LI->getType(), NoOpBitcast)); in runOnModule()
146 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
151 Builder.CreateStore(SI->getValueOperand(), NoOpBitcast)); in runOnModule()
157 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
160 GEP->setOperand(0, NoOpBitcast); in runOnModule()