Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp134 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
138 Builder.CreateLoad(LI->getType(), NoOpBitcast)); in runOnModule()
144 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
149 Builder.CreateStore(SI->getValueOperand(), NoOpBitcast)); in runOnModule()
155 if (Value *NoOpBitcast = maybeGenerateBitcast( in runOnModule() local
158 GEP->setOperand(0, NoOpBitcast); in runOnModule()