Searched defs:ReturnInst (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp584 // ReturnInst Implementation
587 ReturnInst::ReturnInst(const ReturnInst &RI) function in class:ReturnInst
589 OperandTraits<ReturnInst>::op_end(this) -
597 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) function in class:ReturnInst
599 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
604 ReturnInst::ReturnInst(LLVMContex function in class:ReturnInst
611 ReturnInst::ReturnInst(LLVMContext &Context, BasicBlock *InsertAtEnd) function in class:ReturnInst
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h2225 // ReturnInst Class
2229 /// ReturnInst - Return a value (possibly void), from a function. Execution
2232 class ReturnInst : public TerminatorInst { class in namespace:llvm
2233 ReturnInst(const ReturnInst &RI);
2236 // ReturnInst constructors:
2237 // ReturnInst() - 'ret void' instruction
2238 // ReturnInst( null) - 'ret void' instruction
2239 // ReturnInst(Value* X) - 'ret X' instruction
2240 // ReturnInst( nul
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h2796 // ReturnInst Class
2800 /// ReturnInst - Return a value (possibly void), from a function. Execution
2803 class ReturnInst : public TerminatorInst { class in namespace:llvm
2804 ReturnInst(const ReturnInst &RI);
2807 // ReturnInst constructors:
2808 // ReturnInst() - 'ret void' instruction
2809 // ReturnInst( null) - 'ret void' instruction
2810 // ReturnInst(Value* X) - 'ret X' instruction
2811 // ReturnInst( nul
[all...]

Completed in 705 milliseconds