Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4073 llvm::Value *IfVal; in emitTaskLoopCall() local
4075 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy, in emitTaskLoopCall()
4078 IfVal = llvm::ConstantInt::getSigned(CGF.IntTy, /*V=*/1); in emitTaskLoopCall()
4103 UpLoc, ThreadID, Result.NewTask, IfVal, LBLVal.getPointer(), in emitTaskLoopCall()