Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3760 EVT ExtDstTy = N0.getValueType(); in SimplifySetCC() local
3761 unsigned ExtDstTyBits = ExtDstTy.getSizeInBits(); in SimplifySetCC()
3768 assert(ExtDstTy == N0.getOperand(0).getValueType() && in SimplifySetCC()
3769 ExtDstTy != ExtSrcTy && "Unexpected types!"); in SimplifySetCC()
3771 SDValue ZextOp = DAG.getNode(ISD::AND, dl, ExtDstTy, N0.getOperand(0), in SimplifySetCC()
3772 DAG.getConstant(Imm, dl, ExtDstTy)); in SimplifySetCC()
3777 DAG.getConstant(C1 & Imm, dl, ExtDstTy), Cond); in SimplifySetCC()