Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp819 auto tryValue = [&](uint64_t Value) -> bool { in isVectorConstantLegal() local
855 if (tryValue(SplatBitsZ | Upper | Lower)) in isVectorConstantLegal()
862 return tryValue(SplatBitsZ | Middle); in isVectorConstantLegal()