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