Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RealPtr

2955     llvm::Value *RealPtr = Builder.CreateStructGEP(Ptr, 0, ".real");
2957 Builder.CreateStore(Real, RealPtr, false);