Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IsPPC64

312   bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 ||
332 if (IsPPC64)
350 Mapping.OrShadowOffset = !IsPPC64 && !(Mapping.Offset & (Mapping.Offset - 1));