Searched refs:isBitwiseLogicOp (Results 1 – 7 of 7) sorted by relevance
175 static inline bool isBitwiseLogicOp(unsigned Opcode) {180 inline bool isBitwiseLogicOp() const {181 return isBitwiseLogicOp(getOpcode());
1064 return Instruction::isBitwiseLogicOp(Opcode); in isOpType()
146 inline bool isBitwiseLogicOp() const { in isBitwiseLogicOp() function
1013 if (Tmp == 0 && I->isBitwiseLogicOp()) { in canEvaluateZExtd()2122 !BO->isBitwiseLogicOp()) in foldBitCastBitwiseLogic()
327 if (!LogicInst || !LogicInst->isBitwiseLogicOp() || !LogicInst->hasOneUse()) in foldShiftOfShiftedLogic()
281 if (!BinOp1->isBitwiseLogicOp()) in simplifyAssocCastAssoc()515 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
84 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bswap simplifying"); in SimplifyBSwap()1537 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bitwise logic folding"); in foldCastedBitwiseLogic()