Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Evaluate/
H A Dfold-integer.cpp663 std::int64_t shiftVal{scalar.ToInt64()}; FoldIntrinsicFunction() local
921 std::int64_t shiftVal{scalar.ToInt64()}; FoldIntrinsicFunction() local
953 auto shiftVal{static_cast<int>( FoldIntrinsicFunction() local
985 auto shiftVal{static_cast<int>(shift.ToInt64())}; FoldIntrinsicFunction() local
1273 std::int64_t shiftVal{scalar.ToInt64()}; FoldIntrinsicFunction() local
[all...]
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp370 Value shiftVal = rewriter.create<LLVM::ConstantOp>(loc, shiftValAttr); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp2005 auto shiftVal{builder.createIntegerConstant(loc, i64ty, 56)}; in genVecLvsGrp() local
2340 auto shiftVal{constIntOp.getInt()}; in genVecShift() local