Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5678 unsigned FullWidth = C1.getBitWidth() * 2; in FoldValue() local
5679 APInt C1Ext = C1.sext(FullWidth); in FoldValue()
5680 APInt C2Ext = C2.sext(FullWidth); in FoldValue()
5684 unsigned FullWidth = C1.getBitWidth() * 2; in FoldValue() local
5685 APInt C1Ext = C1.zext(FullWidth); in FoldValue()
5686 APInt C2Ext = C2.zext(FullWidth); in FoldValue()
5690 unsigned FullWidth = C1.getBitWidth() + 1; in FoldValue() local
5691 APInt C1Ext = C1.sext(FullWidth); in FoldValue()
5692 APInt C2Ext = C2.sext(FullWidth); in FoldValue()
5696 unsigned FullWidth = C1.getBitWidth() + 1; in FoldValue() local
[all …]