Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2893 llvm::Value *PrevUBVal = CGF.EmitLoadOfScalar( in emitDistributeParallelForInnerBounds() local
2895 PrevUBVal = CGF.EmitScalarConversion( in emitDistributeParallelForInnerBounds()
2896 PrevUBVal, LS.getPrevUpperBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()
2901 CGF.EmitStoreOfScalar(PrevUBVal, UB); in emitDistributeParallelForInnerBounds()