reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
84 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bswap simplifying"); 1537 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bitwise logic folding");lib/Transforms/InstCombine/InstCombineCasts.cpp
1012 if (Tmp == 0 && I->isBitwiseLogicOp()) { 2062 !BO->isBitwiseLogicOp())lib/Transforms/InstCombine/InstructionCombining.cpp
266 if (!BinOp1->isBitwiseLogicOp())