Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2295 LLVM_ABI bool getConstantRawBits(bool IsLittleEndian,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7058 if (BV1->getConstantRawBits(IsLE, EltBits, RawBits1, UndefElts1) && in FoldConstantArithmetic()
7059 BV2->getConstantRawBits(IsLE, EltBits, RawBits2, UndefElts2)) { in FoldConstantArithmetic()
7351 if (!BV->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in FoldConstantBuildVector()
13510 bool BuildVectorSDNode::getConstantRawBits( in getConstantRawBits() function in BuildVectorSDNode
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5125 if (BV->getConstantRawBits(true, SrcEltSizeInBits, SrcEltBits, Undefs)) { in getTargetConstantBitsFromNode()