Home
last modified time | relevance | path

Searched refs:srhs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp2620 WordType *remainder, WordType *srhs, in tcDivide() argument
2622 assert(lhs != remainder && lhs != srhs && remainder != srhs); in tcDivide()
2632 tcAssign(srhs, rhs, parts); in tcDivide()
2633 tcShiftLeft(srhs, parts, shiftCount); in tcDivide()
2640 int compare = tcCompare(remainder, srhs, parts); in tcDivide()
2642 tcSubtract(remainder, srhs, 0, parts); in tcDivide()
2649 tcShiftRight(srhs, parts, 1); in tcDivide()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1414 mlir::Value srhs = genunbox(op.right()); in genval() local
1416 mlir::Value rhs = builder.createConvert(getLoc(), i1Type, srhs); in genval()