Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48899 SDValue CMP00 = CMP0->getOperand(0); in combineCompareEqual() local
48901 EVT VT = CMP00.getValueType(); in combineCompareEqual()
48943 DAG.getNode(X86ISD::FSETCCM, DL, MVT::v1i1, CMP00, CMP01, in combineCompareEqual()
48954 DAG.getNode(X86ISD::FSETCC, DL, CMP00.getValueType(), CMP00, in combineCompareEqual()
48957 bool is64BitFP = (CMP00.getValueType() == MVT::f64); in combineCompareEqual()