Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48451 SDValue CMP00 = CMP0->getOperand(0); in combineCompareEqual() local
48453 EVT VT = CMP00.getValueType(); in combineCompareEqual()
48495 DAG.getNode(X86ISD::FSETCCM, DL, MVT::v1i1, CMP00, CMP01, in combineCompareEqual()
48506 DAG.getNode(X86ISD::FSETCC, DL, CMP00.getValueType(), CMP00, in combineCompareEqual()
48509 bool is64BitFP = (CMP00.getValueType() == MVT::f64); in combineCompareEqual()