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

/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp271 dyn_cast<GlobalVariable>(LPInst->getClause(Idx)
/external/clang/include/clang/AST/
H A DStmtOpenMP.h151 OMPClause *getClause(unsigned i) const { return clauses()[i]; } function in class:clang::OMPExecutableDirective
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp510 Value *Val = I.getClause(i - 1);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp242 InlinedLPad->addClause(OuterLPad->getClause(OuterIdx));
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2213 Constant *CatchClause = LI.getClause(i);
2243 Constant *FilterClause = LI.getClause(i);
/external/clang/lib/CodeGen/
H A DCGException.cpp267 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts();
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1429 PushValueAndType(LP.getClause(I), InstID, Vals, VE);
/external/llvm/lib/IR/
H A DAsmWriter.cpp1919 writeOperand(LPI->getClause(i), true);
H A DVerifier.cpp2127 Constant *Clause = LPI.getClause(i);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1806 ClauseWriter.writeClause(E->getClause(i));
/external/llvm/include/llvm/IR/
H A DInstructions.h2329 Constant *getClause(unsigned Idx) const { function in class:llvm::LandingPadInst

Completed in 2647 milliseconds