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

  /frameworks/compile/mclinker/include/mcld/Script/
TernaryOp.h 1 //===- TernaryOp.h --------------------------------------------------------===//
23 /** \class TernaryOP
28 class TernaryOp : public Operator {
32 TernaryOp() : Operator(Operator::TERNARY, TYPE) {
37 ~TernaryOp() {}
53 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
57 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(
  /external/llvm/include/llvm/TableGen/
Record.h 779 enum TernaryOp { SUBST, FOREACH, IF };
782 TernaryOp Opc;
785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
796 static TernOpInit *get(TernaryOp opc, Init *lhs,
818 TernaryOp getOpcode() const { return Opc; }
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 

Completed in 666 milliseconds