Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Real

2263     // AMD64-ABI 3.2.3p4: Rule 8. If the class is COMPLEX_X87, the real
3133 // the ABI calls for the real and imaginary parts to be right-adjusted
3136 // loads of the real and imaginary parts relative to the va_list pointer,
3150 llvm::Value *Real = Builder.CreateLoad(RealAddr, false, ".vareal");
3154 llvm::Value *RealPtr = Builder.CreateStructGEP(Ptr, 0, ".real");
3156 Builder.CreateStore(Real, RealPtr, false);