Home
last modified time | relevance | path

Searched refs:getCst (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64GlobalISelUtils.cpp40 return Splat->getCst(); in getAArch64VectorSplatScalar()
DAArch64PostLegalizerLowering.cpp732 int64_t Cst = Splat->getCst(); in matchBuildVectorToDup()
930 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; in lowerVectorFCMP()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h335 int64_t getCst() const { in getCst() function