Home
last modified time | relevance | path

Searched refs:SizeDiff (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp328 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
329 if (SizeDiff > 0) { in SoftenFloatRes_FCOPYSIGN()
332 DAG.getConstant(SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
336 } else if (SizeDiff < 0) { in SoftenFloatRes_FCOPYSIGN()
340 DAG.getConstant(-SizeDiff, dl, in SoftenFloatRes_FCOPYSIGN()
1067 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN() local
1068 if (SizeDiff > 0) { in SoftenFloatOp_FCOPYSIGN()
1071 DAG.getConstant(SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN()
1075 } else if (SizeDiff < 0) { in SoftenFloatOp_FCOPYSIGN()
1079 DAG.getConstant(-SizeDiff, dl, in SoftenFloatOp_FCOPYSIGN()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1214 Value *SizeDiff = Builder.CreateSub(DestSize, SrcSize); in processMemSetMemCpyDependence() local
1216 Ule, ConstantInt::getNullValue(DestSize->getType()), SizeDiff); in processMemSetMemCpyDependence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1950 unsigned SizeDiff = WideTy.getSizeInBits() - CurTy.getSizeInBits(); in widenScalar() local
1952 WideTy, MIBNewOp, MIRBuilder.buildConstant(WideTy, SizeDiff)); in widenScalar()