Home
last modified time | relevance | path

Searched defs:RawBits (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp208 SmallVector<uint8_t> RawBits; in rebuildConstant() local
215 SmallVector<uint16_t> RawBits; in rebuildConstant() local
224 SmallVector<uint32_t> RawBits; in rebuildConstant() local
234 SmallVector<uint64_t> RawBits; rebuildConstant() local
283 APInt RawBits = Bits->zextOrTrunc(ScalarBitWidth); rebuildZeroUpperCst() local
[all...]
H A DX86ISelLowering.cpp4860 APInt RawBits = Cst->getValueAPF().bitcastToAPInt(); getTargetConstantBitsFromNode() local
40000 SmallVector<APInt> RawBits; combineX86ShufflesRecursively() local
[all...]
/llvm-project/flang/include/flang/Evaluate/
H A Dreal.h402 constexpr Word RawBits() const { return word_; } RawBits() function
/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp184 uint64_t RawBits[2] = {D, AdjustedE}; in toStringAPFloat() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6602 SmallVector<APInt> RawBits; FoldConstantArithmetic() local
H A DDAGCombiner.cpp15782 SmallVector<APInt> RawBits; ConstantFoldBITCASTofBUILD_VECTOR() local
[all...]