Searched defs:TyIsCommon (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1016 bool TyIsCommon = true; local
1050 // To avoid depending on the order of slices, Ty and TyIsCommon must not
1053 TyIsCommon = false; // Give up on anything but an iN type.
1058 return TyIsCommon ? Ty : ITy;

Completed in 83 milliseconds