Home
last modified time | relevance | path

Searched defs:LogicOp (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp631 struct LogicOp { struct
632 LogicOp() : RegSize(0), ImmLSB(0), ImmSize(0) {} in LogicOp() function
633 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() function
636 LLVM_EXPLICIT operator bool() const { return RegSize; } in operator bool()
638 unsigned RegSize, ImmLSB, ImmSize;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4483 BinaryOperator *LogicOp; in splitBranchCondition() local