Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp866 static unsigned getOpcodeWithCC(unsigned Opc, X86::CondCode CC) { in getOpcodeWithCC() function
912 MI.setDesc(TII->get(getOpcodeWithCC(MI.getOpcode(), NewCC))); in rewriteMI()