HomeSort by relevance Sort by last modified time
    Searched full:negativeone (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
ItaniumCXXABI.cpp 645 llvm::Value *NegativeOne =
647 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool");
    [all...]
CGDecl.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 233 milliseconds