Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6419 unsigned HalfValBitSize = DL.getTypeSizeInBits(StoreType) / 2; in splitMergedValStore() local
6420 Type *SplitStoreType = Type::getIntNTy(SI.getContext(), HalfValBitSize); in splitMergedValStore()
6437 m_SpecificInt(HalfValBitSize)))))) in splitMergedValStore()
6442 DL.getTypeSizeInBits(LValue->getType()) > HalfValBitSize || in splitMergedValStore()
6444 DL.getTypeSizeInBits(HValue->getType()) > HalfValBitSize) in splitMergedValStore()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15390 unsigned HalfValBitSize = Val.getValueSizeInBits() / 2; in splitMergedValStore() local
15392 if (!ShAmt || ShAmt->getAPIntValue() != HalfValBitSize) in splitMergedValStore()
15399 Lo.getOperand(0).getValueSizeInBits() > HalfValBitSize || in splitMergedValStore()
15402 Hi.getOperand(0).getValueSizeInBits() > HalfValBitSize) in splitMergedValStore()
15422 EVT VT = EVT::getIntegerVT(*DAG.getContext(), HalfValBitSize); in splitMergedValStore()
15433 DAG.getConstant(HalfValBitSize / 8, DL, Ptr.getValueType())); in splitMergedValStore()
15437 ST->getPointerInfo().getWithOffset(HalfValBitSize / 8), in splitMergedValStore()