Home
last modified time | relevance | path

Searched defs:shiftCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp163 SubscriptValue shiftCount{shiftControl.GetShift(resultAt)}; in RTNAME() local
260 SubscriptValue shiftCount{shiftControl.GetShift(resultAt)}; in RTNAME() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2930 auto shiftCount = builder.create<mlir::arith::SubIOp>(loc, bitSize, len); in genIbits() local
3448 auto shiftCount = builder.create<mlir::arith::SubIOp>(loc, bitSize, len); in genMvbits() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp2624 unsigned shiftCount = tcMSB(rhs, parts) + 1; in tcDivide() local