Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h416 bool isCst() const { return !IsReg; } in isCst() function
422 assert(isCst() && "Expected a constant!"); in getCst()