Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Aligned

494     // The glvalue must be suitably aligned.
499 llvm::Value *Aligned =
501 Cond = Cond ? Builder.CreateAnd(Cond, Aligned) : Aligned;