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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 37 Type *IRBuilderBase::getCurrentFunctionReturnType() const {
  /external/llvm/lib/IR/
IRBuilder.cpp 41 Type *IRBuilderBase::getCurrentFunctionReturnType() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 123 /// getCurrentFunctionReturnType - Get the return type of the current function
125 Type *getCurrentFunctionReturnType() const;
419 Value *V = UndefValue::get(getCurrentFunctionReturnType());
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 147 Type *getCurrentFunctionReturnType() const;
664 Value *V = UndefValue::get(getCurrentFunctionReturnType());
    [all...]

Completed in 91 milliseconds