Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp409 APInt WideConst(WideValueTy.getSizeInBits(), 0); in doSingleStoreMerge() local
413 WideConst.insertBits(ConstantVals[Idx], Idx * SmallTy.getSizeInBits()); in doSingleStoreMerge()
415 WideReg = Builder.buildConstant(WideValueTy, WideConst).getReg(0); in doSingleStoreMerge()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7463 APInt WideConst = (ExtType == Instruction::ZExt) in optimizeSwitchType() local
7466 Case.setValue(ConstantInt::get(Context, WideConst)); in optimizeSwitchType()