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

  /external/llvm/lib/VMCore/
IRBuilder.cpp 37 Type *IRBuilderBase::getCurrentFunctionReturnType() const {
  /external/llvm/include/llvm/Support/
IRBuilder.h 124 /// getCurrentFunctionReturnType - Get the return type of the current function
126 Type *getCurrentFunctionReturnType() const;
434 Value *V = UndefValue::get(getCurrentFunctionReturnType());
    [all...]

Completed in 202 milliseconds