Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2494 llvm::Value *CondAlgo2 = Bld.CreateAnd( in emitShuffleAndReduceFunction() local
2496 CondAlgo2 = Bld.CreateAnd( in emitShuffleAndReduceFunction()
2497 CondAlgo2, Bld.CreateICmpSGT(RemoteLaneOffsetArgVal, Bld.getInt16(0))); in emitShuffleAndReduceFunction()
2500 CondReduce = Bld.CreateOr(CondReduce, CondAlgo2); in emitShuffleAndReduceFunction()