Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp129 auto allocateIfNotInMemory = [&](mlir::Value base) -> mlir::Value { in genCharCompare() local
137 auto lhsBuffer = allocateIfNotInMemory(fir::getBase(lhs)); in genCharCompare()
138 auto rhsBuffer = allocateIfNotInMemory(fir::getBase(rhs)); in genCharCompare()