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 645 llvm::Value *NegativeOne =
647 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool");
    [all...]
CGExprConstant.cpp     [all...]
CGExpr.cpp 535 llvm::Value *NegativeOne = llvm::ConstantInt::get(IntPtrTy, -1ULL);
536 Builder.CreateCondBr(Builder.CreateICmpEQ(C, NegativeOne), Cont, Check);
    [all...]

Completed in 25 milliseconds