Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1113 bool TyIsCommon = true; in findCommonType() local
1150 TyIsCommon = false; // Give up on anything but an iN type. in findCommonType()
1155 return TyIsCommon ? Ty : ITy; in findCommonType()
/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()