Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Two

245   /// Push the property attributes into two structure fields. 
266 // The second field is the next four fields left shifted by two, with the
269 // Two padding fields
888 // Don't emit two copies of the same symbol
1175 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2);
1176 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two);