Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp40 return Splat->getCst(); in getAArch64VectorSplatScalar()
H A DAArch64PostLegalizerLowering.cpp774 int64_t Cst = Splat->getCst(); in matchBuildVectorToDup()
972 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; in lowerVectorFCMP()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h366 int64_t getCst() const { in getCst() function