Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp204 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
208 Builder.CreateLoad(LI->getType(), NoOpBitcast)); in runOnModule()
214 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
219 Builder.CreateStore(SI->getValueOperand(), NoOpBitcast)); in runOnModule()
225 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
228 GEP->setOperand(0, NoOpBitcast); in runOnModule()