Searched refs:ICmpULE (Results 1 – 7 of 7) sorted by relevance
329 case VPInstruction::ICmpULE: { in generateInstruction()369 case VPInstruction::ICmpULE: in print()
659 ICmpULE, enumerator
6754 BlockMask = Builder.createNaryOp(VPInstruction::ICmpULE, {IV, BTC}); in createBlockInMask()
494 case VPInstruction::ICmpULE: { in generateInstruction()555 case VPInstruction::ICmpULE: in print()
748 ICmpULE, enumerator
7940 BlockMask = Builder.createNaryOp(VPInstruction::ICmpULE, {IV, BTC}); in createBlockInMask()
134 llvm::Value* ICmpULE(Args&&... args) { in ICmpULE() function