Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp94 bool getConstantFieldValue(const GlobalAddressSDNode *Node, uint64_t Offset,
287 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c); in PreprocessLoad()
295 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
369 bool BPFDAGToDAGISel::getConstantFieldValue(const GlobalAddressSDNode *Node, in getConstantFieldValue() function in BPFDAGToDAGISel