Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Cell

34     llvm::Value *Cell = Builder.CreateConstInBoundsGEP1_32(Array, I);
35 Builder.CreateStore(Value, Cell);