Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3106 llvm::Value *PrevLBVal = CGF.EmitLoadOfScalar( in emitDistributeParallelForInnerBounds() local
3108 PrevLBVal = CGF.EmitScalarConversion( in emitDistributeParallelForInnerBounds()
3109 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()
3119 CGF.EmitStoreOfScalar(PrevLBVal, LB); in emitDistributeParallelForInnerBounds()