Searched refs:SizeDiff (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 390 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local 391 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN() 394 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN() 398 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN() 402 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN() 1282 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN() local 1283 if (SizeDiff > 0) { in SoftenFloatOp_FCOPYSIGN() 1286 DAG.getConstant(SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN() 1290 } else if (SizeDiff < 0) { in SoftenFloatOp_FCOPYSIGN() 1294 DAG.getConstant(-SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1366 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local 1368 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2479 unsigned SizeDiff = WideTy.getSizeInBits() - CurTy.getSizeInBits(); in widenScalar() local 2487 MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar() 2496 WideTy, MIBNewOp, MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar()
|