Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1965 LLT ExtSrcTy = MRI.getType(ExtSrcReg); in applyCombineShlOfExtend() local
1967 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
1969 Builder.buildShl(ExtSrcTy, ExtSrcReg, ShiftAmt, MI.getFlags()); in applyCombineShlOfExtend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3758 EVT ExtSrcTy = cast<VTSDNode>(N0.getOperand(1))->getVT(); in SimplifySetCC() local
3759 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits(); in SimplifySetCC()
3769 ExtDstTy != ExtSrcTy && "Unexpected types!"); in SimplifySetCC()