Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1666 LLT ExtSrcTy = MRI.getType(ExtSrcReg); in applyCombineShlOfExtend() local
1668 auto ShiftAmt = Builder.buildConstant(ExtSrcTy, ShiftAmtVal); in applyCombineShlOfExtend()
1670 Builder.buildShl(ExtSrcTy, ExtSrcReg, ShiftAmt, MI.getFlags()); in applyCombineShlOfExtend()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4417 EVT ExtSrcTy = cast<VTSDNode>(N0.getOperand(1))->getVT(); in SimplifySetCC() local
4418 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits(); in SimplifySetCC()
4428 ExtDstTy != ExtSrcTy && "Unexpected types!"); in SimplifySetCC()