Searched refs:splitMergedValStore (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7690 static bool splitMergedValStore(StoreInst &SI, const DataLayout &DL, function
8090 if (splitMergedValStore(*SI, *DL, *TLI))
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp618 SDValue splitMergedValStore(StoreSDNode *ST);
19864 if (SDValue NewSt = splitMergedValStore(ST))
19951 SDValue DAGCombiner::splitMergedValStore(StoreSDNode *ST) { function in class:DAGCombiner

Completed in 298 milliseconds