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

  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGBuiltin.cpp 774 Value *NegativeOne = ConstantInt::get(IntTy, -1);
775 Value *SignResult = Builder.CreateSelect(IsNeg, NegativeOne, One);
    [all...]

Completed in 400 milliseconds