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.cpp957 auto IsOperationSupported = [](unsigned Opcode) -> bool { in identifyReassocNodes() local
963 if (!IsOperationSupported(Real->getOpcode()) || in identifyReassocNodes()
964 !IsOperationSupported(Imag->getOpcode())) in identifyReassocNodes()