Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4992 EVT ExtDstTy = N0.getValueType(); in SimplifySetCC() local
4993 unsigned ExtDstTyBits = ExtDstTy.getSizeInBits(); in SimplifySetCC()
5000 assert(ExtDstTy == N0.getOperand(0).getValueType() && in SimplifySetCC()
5001 ExtDstTy != ExtSrcTy && "Unexpected types!"); in SimplifySetCC()
5003 SDValue ZextOp = DAG.getNode(ISD::AND, dl, ExtDstTy, N0.getOperand(0), in SimplifySetCC()
5004 DAG.getConstant(Imm, dl, ExtDstTy)); in SimplifySetCC()
5009 DAG.getConstant(C1 & Imm, dl, ExtDstTy), Cond); in SimplifySetCC()