Searched refs:HValue (Results 1 – 2 of 2) sorted by relevance
605 inline int HValue() const { return Bit(5); } in HValue() function661 inline bool HasH() const { return HValue() == 1; } in HasH()
6283 Value *LValue, *HValue; in splitMergedValStore() local6286 m_OneUse(m_Shl(m_OneUse(m_ZExt(m_Value(HValue))), in splitMergedValStore()6293 !HValue->getType()->isIntegerTy() || in splitMergedValStore()6294 DL.getTypeSizeInBits(HValue->getType()) > HalfValBitSize) in splitMergedValStore()6300 auto *HBC = dyn_cast<BitCastInst>(HValue); in splitMergedValStore()6304 : EVT::getEVT(HValue->getType()); in splitMergedValStore()6317 HValue = Builder.CreateBitCast(HBC->getOperand(0), HBC->getType()); in splitMergedValStore()6334 CreateSplitStore(HValue, true); in splitMergedValStore()