Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp823 bool isLogicallyNegated; in select() local
829 isLogicallyNegated = Cond != CmpInst::FCMP_UNO; in select()
834 isLogicallyNegated = Cond != CmpInst::FCMP_OEQ; in select()
839 isLogicallyNegated = Cond != CmpInst::FCMP_UEQ; in select()
844 isLogicallyNegated = Cond != CmpInst::FCMP_OLT; in select()
849 isLogicallyNegated = Cond != CmpInst::FCMP_ULT; in select()
854 isLogicallyNegated = Cond != CmpInst::FCMP_OLE; in select()
859 isLogicallyNegated = Cond != CmpInst::FCMP_ULE; in select()
869 unsigned MoveOpcode = isLogicallyNegated ? Mips::MOVT_I : Mips::MOVF_I; in select()