Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp630 Type *ConstTy = in findAndMakeBaseConstant() local
633 RebasedConstantInfo(std::move(ConstCand->Uses), Offset, ConstTy)); in findAndMakeBaseConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2961 LLT ConstTy = MRI.getType(ConstReg); in applyFunnelShiftConstantModulo() local
2969 APInt(ConstTy.getSizeInBits(), DstTy.getScalarSizeInBits())); in applyFunnelShiftConstantModulo()
2971 auto NewConstInstr = Builder.buildConstant(ConstTy, NewConst.getZExtValue()); in applyFunnelShiftConstantModulo()