Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp88 bool fillConstantStruct(const DataLayout &DL, const ConstantStruct *CS,
420 return fillConstantStruct(DL, CVS, Vals, Offset); in fillGenericConstant()
450 bool BPFDAGToDAGISel::fillConstantStruct(const DataLayout &DL, in fillConstantStruct() function in BPFDAGToDAGISel