Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1122 auto IsOperationSupported = [](unsigned Opcode) -> bool { in identifyReassocNodes() local
1128 if (!IsOperationSupported(Real->getOpcode()) || in identifyReassocNodes()
1129 !IsOperationSupported(Imag->getOpcode())) in identifyReassocNodes()