Searched defs:TernaryOp (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DTernaryOp.h1 //===- TernaryOp.h --------------------------------------------------------===//
28 class TernaryOp : public Operator { class in namespace:mcld
32 TernaryOp() : Operator(Operator::TERNARY, TYPE) { function in class:mcld::TernaryOp
37 ~TernaryOp() {}
53 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
57 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(

Completed in 162 milliseconds