Home
last modified time | relevance | path

Searched refs:isBitwiseLogicOp (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h166 static inline bool isBitwiseLogicOp(unsigned Opcode) {
171 inline bool isBitwiseLogicOp() const {
172 return isBitwiseLogicOp(getOpcode());
DPatternMatch.h883 return Instruction::isBitwiseLogicOp(Opcode); in isOpType()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h146 inline bool isBitwiseLogicOp() const { in isBitwiseLogicOp() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp975 if (Tmp == 0 && I->isBitwiseLogicOp()) { in canEvaluateZExtd()
2025 !BO->isBitwiseLogicOp()) in foldBitCastBitwiseLogic()
DInstructionCombining.cpp247 if (!BinOp1->isBitwiseLogicOp()) in simplifyAssocCastAssoc()
469 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
DInstCombineAndOrXor.cpp85 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bswap simplifying"); in SimplifyBSwap()
1217 assert(I.isBitwiseLogicOp() && "Unexpected opcode for bitwise logic folding"); in foldCastedBitwiseLogic()