Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp287 if (auto ifExprVar = opInst.if_expr_var()) in convertOmpParallel() local
288 ifCond = moduleTranslation.lookupValue(ifExprVar); in convertOmpParallel()