Searched refs:SizeDiff (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 435 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local 436 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN() 439 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN() 443 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN() 447 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN() 1427 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN() local 1428 if (SizeDiff > 0) { in SoftenFloatOp_FCOPYSIGN() 1431 DAG.getConstant(SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN() 1435 } else if (SizeDiff < 0) { in SoftenFloatOp_FCOPYSIGN() 1439 DAG.getConstant(-SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1367 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local 1369 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 2778 unsigned SizeDiff = WideTy.getSizeInBits() - CurTy.getSizeInBits(); in widenScalar() local 2786 MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar() 2795 WideTy, MIBNewOp, MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar()
|