Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NegativeOne

535   llvm::Value *NegativeOne = llvm::ConstantInt::get(IntPtrTy, -1ULL);
536 Builder.CreateCondBr(Builder.CreateICmpEQ(C, NegativeOne), Cont, Check);