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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp276 const ConstantSDNode *CDN = dyn_cast<ConstantSDNode>(OP2.getNode()); local
277 if (GADN && CDN)
279 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c);

Completed in 101 milliseconds