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