Searched refs:SubOne (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | merge-ids-2.yaml | 13 # 'SubOne' [TypeIndex: 0x1002 (4098)] 17 String: 'SubOne' 18 # 'SubOne', 'SubTwo' [TypeIndex: 0x1003 (4099)] 27 # 'Main' {'SubOne', 'SubTwo'} [TypeIndex: 0x1005 (4101)]
|
| H A D | merge-ids-1.yaml | 18 # '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 D | pdbdump-mergeids.test | 14 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 D | InstCombiner.h | 207 static Constant *SubOne(Constant *C) { in SubOne() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 880 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 D | InstCombineCompares.cpp | 1904 return new ICmpInst(NewPred, X, SubOne(cast<Constant>(Cmp.getOperand(1)))); in foldICmpAndConstant()
|