Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h905 static bool areOnlyUsersOf(ArrayRef<const SDNode *> Nodes, const SDNode *N);
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11198 bool SDNode::areOnlyUsersOf(ArrayRef<const SDNode *> Nodes, const SDNode *N) { in areOnlyUsersOf() function in SDNode
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40373 SDNode::areOnlyUsersOf(CombinedNodes, Ops[i].getNode())) { in combineX86ShufflesRecursively()