Home
last modified time | relevance | path

Searched refs:isCst (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h400 bool isCst() const { return !IsReg; } in isCst() function
406 assert(isCst() && "Expected a constant!"); in getCst()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1011 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; in applyLowerVectorFCMP()