Home
last modified time | relevance | path

Searched defs:rhsVal (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp347 for (Value rhsVal : rhsValues) { in alias() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DConvertToFIR.cpp80 mlir::Value rhsVal = fir::getBase(rhsExv); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp46 APInt rhsVal = llvm::cast<IntegerAttr>(rhs).getValue(); applyToIntegerAttrs() local
884 if (APInt rhsVal; matchPattern(adaptor.getRhs(), m_ConstantInt(&rhsVal))) { fold() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1246 auto rhsVal = fir::getBase(rhs); genScalarAssignment() local
/llvm-project/flang/lib/Lower/
H A DBridge.cpp3135 std::pair<mlir::Value, mlir::Value> rhsVal = genFIR() local
4223 mlir::Value rhsVal = getRefIfLoaded(rhs.getBase()); genCUDADataTransfer() local