Searched defs:AX (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp263 llvm::AllocaInst *AX = Builder.CreateAlloca(Int32Ty, 0, "AX"); local
264 Builder.CreateStore(Arg_x1, AX);
346 llvm::Value *X = Builder.CreateLoad(AX, "X");
374 Builder.CreateStore(XPlusOne, AX);
483 llvm::AllocaInst *AX = Builder.CreateAlloca(Int32Ty, 0, "AX"); local
484 Builder.CreateStore(Arg_x1, AX);
568 llvm::Value *X = Builder.CreateLoad(AX, "X");
601 Builder.CreateStore(XPlusOne, AX);
[all...]

Completed in 28 milliseconds