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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 252 Type *ReturnTy = CI.getType();
288 Constant *RetVal = ConstantInt::get(ReturnTy, DontKnow);
318 return ReplaceInstUsesWith(CI, ConstantInt::get(ReturnTy, DontKnow));
320 return ReplaceInstUsesWith(CI, ConstantInt::get(ReturnTy, Size-Offset));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 562 Type *ReturnTy = CI->getType();
563 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 202 milliseconds