Searched defs:LogicOp (Results 1 – 5 of 5) sorted by relevance
902 struct LogicOp { struct904 LogicOp(unsigned regSize, unsigned immLSB, unsigned immSize) in LogicOp() argument907 explicit operator bool() const { return RegSize; } in operator bool()909 unsigned RegSize = 0;910 unsigned ImmLSB = 0;911 unsigned ImmSize = 0;
2908 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR()
8120 Instruction *LogicOp; in splitBranchCondition() local
7944 SDValue LogicOp = Shift->getOperand(0); in combineShiftOfShiftedLogic() local
21919 unsigned LogicOp = IsFABS ? X86ISD::FAND : in LowerFABSorFNEG() local