Searched refs:CByte (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp88 if (auto *CByte = dyn_cast<ConstantSDNode>(Byte)) {
93 uint64_t ByteVal = CByte->getZExtValue();
127 auto *CByte = dyn_cast<ConstantSDNode>(Byte); local
128 if (CByte && CByte->getZExtValue() == 0)

Completed in 112 milliseconds