Searched refs:STKind (Results 1 – 1 of 1) sorted by relevance
1130 const ScalarType *STKind = cast<ScalarType>(getType(D->getArg(1), Param)); in getType() local1133 if (RT->kind() == STKind->kind() && RT->sizeInBits() == STSize->sizeInBits()) in getType()1140 const ScalarType *STKind = cast<ScalarType>(getType(D->getArg(0), Param)); in getType() local1142 unsigned DesiredSize = STKind->sizeInBits() * Num / Denom; in getType()1145 if (RT->kind() == STKind->kind() && RT->sizeInBits() == DesiredSize) in getType()