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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp750 llvm::LoadInst *InputLoad = Builder.CreateLoad(InPtr, "input"); local
753 InputLoad->setMetadata("tbaa", TBAAAllocation);
763 Builder.CreateStore(InputLoad, TemporarySlot);
766 Input = InputLoad;

Completed in 1731 milliseconds