Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1064 bool TyIsCommon = true; in findCommonType() local
1101 TyIsCommon = false; // Give up on anything but an iN type. in findCommonType()
1106 return TyIsCommon ? Ty : ITy; in findCommonType()