Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp393 APInt WideConst(WideValueTy.getSizeInBits(), 0); in doSingleStoreMerge() local
397 WideConst.insertBits(ConstantVals[Idx], Idx * SmallTy.getSizeInBits()); in doSingleStoreMerge()
399 WideReg = Builder.buildConstant(WideValueTy, WideConst).getReg(0); in doSingleStoreMerge()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7187 APInt WideConst = (ExtType == Instruction::ZExt) in optimizeSwitchType() local
7190 Case.setValue(ConstantInt::get(Context, WideConst)); in optimizeSwitchType()