Searched refs:getClause (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp469 Value *Val = I.getClause(i - 1);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1888 ExpressionNode* clauseExpression = list->getClause()->expr();
1986 generator.emitNode(clauseVal.get(), list->getClause()->expr());
1994 generator.emitNode(clauseVal.get(), list->getClause()->expr());
2006 list->getClause()->emitBytecode(generator, dst);
2016 list->getClause()->emitBytecode(generator, dst);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DInlineFunction.cpp175 L->addClause(LPI->getClause(i));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1531 Value *CatchClause = LI.getClause(i);
1561 Value *FilterClause = LI.getClause(i);
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.h1562 CaseClauseNode* getClause() const { return m_clause; } function in class:JSC::ClauseListNode
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1279 PushValueAndType(LP.getClause(I), InstID, Vals, VE);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAsmWriter.cpp1836 writeOperand(LPI->getClause(i), true);
H A DVerifier.cpp1594 Value *Clause = LPI.getClause(i);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2230 /// getClause - Get the value of the clause at index Idx. Use isCatch/isFilter
2232 Value *getClause(unsigned Idx) const { return OperandList[Idx + 1]; } function in class:llvm::LandingPadInst

Completed in 142 milliseconds