Searched refs:SizeDiff (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 343 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local 344 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN() 347 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN() 351 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN() 355 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN() 1097 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN() local 1098 if (SizeDiff > 0) { in SoftenFloatOp_FCOPYSIGN() 1101 DAG.getConstant(SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN() 1105 } else if (SizeDiff < 0) { in SoftenFloatOp_FCOPYSIGN() 1109 DAG.getConstant(-SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1313 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local 1315 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 2141 unsigned SizeDiff = WideTy.getSizeInBits() - CurTy.getSizeInBits(); in widenScalar() local 2143 WideTy, MIBNewOp, MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar()
|