Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5138 unsigned FullWidth = C1.getBitWidth() * 2; in FoldValue() local
5139 APInt C1Ext = C1.sext(FullWidth); in FoldValue()
5140 APInt C2Ext = C2.sext(FullWidth); in FoldValue()
5144 unsigned FullWidth = C1.getBitWidth() * 2; in FoldValue() local
5145 APInt C1Ext = C1.zext(FullWidth); in FoldValue()
5146 APInt C2Ext = C2.zext(FullWidth); in FoldValue()