Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp90 bool getConstantFieldValue(const GlobalAddressSDNode *Node, uint64_t Offset,
276 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c); in PreprocessLoad()
284 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
337 bool BPFDAGToDAGISel::getConstantFieldValue(const GlobalAddressSDNode *Node, in getConstantFieldValue() function in BPFDAGToDAGISel