Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4541 bool AddToChain = !AA || !AA->pointsToConstantMemory(ML); in visitMaskedLoad() local
4543 SDValue InChain = AddToChain ? DAG.getRoot() : DAG.getEntryNode(); in visitMaskedLoad()
4557 if (AddToChain) in visitMaskedLoad()