Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp818 bool isLogicallyNegated; in select() local
824 isLogicallyNegated = Cond != CmpInst::FCMP_UNO; in select()
829 isLogicallyNegated = Cond != CmpInst::FCMP_OEQ; in select()
834 isLogicallyNegated = Cond != CmpInst::FCMP_UEQ; in select()
839 isLogicallyNegated = Cond != CmpInst::FCMP_OLT; in select()
844 isLogicallyNegated = Cond != CmpInst::FCMP_ULT; in select()
849 isLogicallyNegated = Cond != CmpInst::FCMP_OLE; in select()
854 isLogicallyNegated = Cond != CmpInst::FCMP_ULE; in select()
864 unsigned MoveOpcode = isLogicallyNegated ? Mips::MOVT_I : Mips::MOVF_I; in select()