Searched refs:InputLoad (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp727 llvm::LoadInst *InputLoad = Builder.CreateLoad(InPtr, "input"); local
730 InputLoad->setMetadata("tbaa", TBAAAllocation);
740 Builder.CreateStore(InputLoad, TemporarySlot);
743 Input = InputLoad;

Completed in 157 milliseconds