HomeSort by relevance Sort by last modified time
    Searched refs:NegativeOne (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 649 llvm::Value *NegativeOne =
651 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool");
    [all...]
CGExprConstant.cpp     [all...]
CGExpr.cpp 533 llvm::Value *NegativeOne = llvm::ConstantInt::get(IntPtrTy, -1ULL);
534 Builder.CreateCondBr(Builder.CreateICmpEQ(C, NegativeOne), Cont, Check);
    [all...]

Completed in 304 milliseconds