Home
last modified time | relevance | path

Searched defs:SubOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DSetTheory.cpp36 struct SubOp : public SetTheory::Operator { struct
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { in apply()
DCodeGenInstruction.cpp569 for (unsigned SubOp = 0; SubOp != NumSubOps; ++SubOp) { in CodeGenInstAlias() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp787 Instruction *AddOp = 0, *SubOp = 0; in visitSelectInst() local