Home
last modified time | relevance | path

Searched refs:TyIsCommon (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1466 bool TyIsCommon = true; in findCommonType() local
1503 TyIsCommon = false; // Give up on anything but an iN type. in findCommonType()
1508 return {TyIsCommon ? Ty : nullptr, ITy}; in findCommonType()