Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h78 bool hasSrc() const { return Src.has_value(); } in hasSrc() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9116 assert(P.hasSrc() && "Must be a memory byte provider"); in MatchLoadCombine()
9153 assert(P->hasSrc() && "provenance should either be memory or zero"); in MatchLoadCombine()