Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-2.yaml13 # 'SubOne' [TypeIndex: 0x1002 (4098)]
17 String: 'SubOne'
18 # 'SubOne', 'SubTwo' [TypeIndex: 0x1003 (4099)]
27 # 'Main' {'SubOne', 'SubTwo'} [TypeIndex: 0x1005 (4101)]
H A Dmerge-ids-1.yaml18 # 'SubOne' [TypeIndex: 0x1003 (4099)]
22 String: 'SubOne'
28 # 'SubOne', 'SubTwo' [TypeIndex: 0x1005 (4101)]
32 # 'Main' {'SubOne', 'SubTwo'} [TypeIndex: 0x1006 (4102)]
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-mergeids.test14 MERGED-NEXT: 0x1003 | LF_STRING_ID [size = 16] ID: <no type>, String: SubOne
17 MERGED-NEXT: 0x1003: `SubOne`
/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h207 static Constant *SubOne(Constant *C) { in SubOne() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp880 return SelectInst::Create(X, InstCombiner::SubOne(Op1C), Op1); in foldAddWithConstant()
884 return BinaryOperator::CreateSub(InstCombiner::SubOne(Op1C), X); in foldAddWithConstant()
1943 return SelectInst::Create(X, InstCombiner::SubOne(C), C); in visitSub()
H A DInstCombineCompares.cpp1904 return new ICmpInst(NewPred, X, SubOne(cast<Constant>(Cmp.getOperand(1)))); in foldICmpAndConstant()