Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7459 Value *LValue, *HValue; in splitMergedValStore() local
7462 m_OneUse(m_Shl(m_OneUse(m_ZExt(m_Value(HValue))), in splitMergedValStore()
7469 !HValue->getType()->isIntegerTy() || in splitMergedValStore()
7470 DL.getTypeSizeInBits(HValue->getType()) > HalfValBitSize) in splitMergedValStore()
7476 auto *HBC = dyn_cast<BitCastInst>(HValue); in splitMergedValStore()
7480 : EVT::getEVT(HValue->getType()); in splitMergedValStore()
7493 HValue = Builder.CreateBitCast(HBC->getOperand(0), HBC->getType()); in splitMergedValStore()
7517 CreateSplitStore(HValue, true); in splitMergedValStore()