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

  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 622 static void WriteAsOperandInternal(raw_ostream &Out, const Value *V,
816 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
819 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
839 WriteAsOperandInternal(Out, CA->getOperand(0),
846 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
865 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine,
873 WriteAsOperandInternal(Out, CS->getOperand(i), &TypePrinter, Machine,
892 WriteAsOperandInternal(Out, CP->getOperand(0), &TypePrinter, Machine,
898 WriteAsOperandInternal(Out, CP->getOperand(i), &TypePrinter, Machine,
925 WriteAsOperandInternal(Out, *OI, &TypePrinter, Machine, Context)
    [all...]

Completed in 65 milliseconds