Searched refs:getCst (Results 1 – 3 of 3) sorted by relevance
40 return Splat->getCst(); in getAArch64VectorSplatScalar()
800 int64_t Cst = Splat->getCst(); in matchBuildVectorToDup()1011 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; in applyLowerVectorFCMP()
405 int64_t getCst() const { in getCst() function