Home
last modified time | relevance | path

Searched refs:IfVal (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5198 llvm::Value *IfVal; in emitTaskLoopCall() local
5200 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy, in emitTaskLoopCall()
5203 IfVal = llvm::ConstantInt::getSigned(CGF.IntTy, /*V=*/1); in emitTaskLoopCall()
5245 IfVal, in emitTaskLoopCall()