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

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 531 Type *ReturnTy = CI->getType();
532 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 253 Type *ReturnTy = CI.getType();
287 Constant *RetVal = ConstantInt::get(ReturnTy, DontKnow);
317 return ReplaceInstUsesWith(CI, ConstantInt::get(ReturnTy, DontKnow));
319 return ReplaceInstUsesWith(CI, ConstantInt::get(ReturnTy, Size-Offset));
    [all...]

Completed in 131 milliseconds