Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10178 static bool isCompatibleLoad(SDValue N, unsigned ExtOpcode) { in isCompatibleLoad() function
10222 if (!isCompatibleLoad(Op1, Opcode) || !isCompatibleLoad(Op2, Opcode)) in tryToFoldExtendSelectLoad()