Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6605 SmallVector<APInt> RawBits1, RawBits2; in FoldConstantArithmetic() local
6607 if (BV1->getConstantRawBits(IsLE, EltBits, RawBits1, UndefElts1) && in FoldConstantArithmetic()
6612 Opcode, RawBits1[I], UndefElts1[I], RawBits2[I], UndefElts2[I]); in FoldConstantArithmetic()