Searched refs:RightRedZoneTy (Results 1 – 1 of 1) sorted by relevance
2558 Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize); in instrumentGlobals() local2560 StructType *NewTy = StructType::get(Ty, RightRedZoneTy); in instrumentGlobals()2562 NewTy, G->getInitializer(), Constant::getNullValue(RightRedZoneTy)); in instrumentGlobals()