Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6620 EVT BVVT, BVEltVT; in FoldConstantArithmetic() local
6622 BVVT = N1.getValueType(); in FoldConstantArithmetic()
6625 BVVT = N2.getValueType(); in FoldConstantArithmetic()
6631 BuildVectorSDNode::recastRawBits(IsLE, BVVT.getScalarSizeInBits(), in FoldConstantArithmetic()
6640 return getBitcast(VT, getBuildVector(BVVT, DL, Ops)); in FoldConstantArithmetic()