Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5679 APInt C1Ext = C1.sext(FullWidth); in FoldValue() local
5681 return (C1Ext * C2Ext).extractBits(C1.getBitWidth(), C1.getBitWidth()); in FoldValue()
5685 APInt C1Ext = C1.zext(FullWidth); in FoldValue() local
5691 APInt C1Ext = C1.sext(FullWidth); in FoldValue() local
5693 return (C1Ext + C2Ext).extractBits(C1.getBitWidth(), 1); in FoldValue()
5697 APInt C1Ext = C1.zext(FullWidth); in FoldValue() local
5699 return (C1Ext + C2Ext).extractBits(C1.getBitWidth(), 1); in FoldValue()
5703 APInt C1Ext = C1.sext(FullWidth); in FoldValue() local
5705 return (C1Ext + C2Ext + 1).extractBits(C1.getBitWidth(), 1); in FoldValue()
5709 APInt C1Ext = C1.zext(FullWidth); in FoldValue() local
[all …]