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

  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 35 ? cast<CallInst>(II)->op_end() - 1 // Skip Callee
259 // CallInst Implementation
262 CallInst::~CallInst() {
265 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
287 void CallInst::init(Value *Func, const Twine &NameStr) {
301 CallInst::CallInst(Value *Func, const Twine &Name,
306 OperandTraits<CallInst>::op_end(this) - 1,
311 CallInst::CallInst(Value *Func, const Twine &Name
    [all...]

Completed in 230 milliseconds