Searched refs:ExtendVT (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 47813 EVT ExtendVT = TargetVT; in combineToExtendCMOV() local 47815 ExtendVT = MVT::i32; in combineToExtendCMOV() 47817 CMovOp0 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp0); in combineToExtendCMOV() 47818 CMovOp1 = DAG.getNode(ExtendOpcode, DL, ExtendVT, CMovOp1); in combineToExtendCMOV() 47820 SDValue Res = DAG.getNode(X86ISD::CMOV, DL, ExtendVT, CMovOp0, CMovOp1, in combineToExtendCMOV() 47824 if (ExtendVT != TargetVT) in combineToExtendCMOV()
|