Home
last modified time | relevance | path

Searched defs:MaskC (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp267 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in convertICmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp267 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in convertICmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp210 auto MaskC = m_Shr(m_AllOnes(), m_Value(MaskShAmt)); in dropRedundantMaskingOfLeftShiftInput() local
DInstCombineCasts.cpp742 APInt MaskC = APInt(SrcTy->getScalarSizeInBits(), 1).shl(*C); in visitTrunc() local
749 APInt MaskC = APInt(SrcTy->getScalarSizeInBits(), 1).shl(*C) | 1; in visitTrunc() local
DInstCombineCalls.cpp2492 if (auto *MaskC = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
2521 if (auto *MaskC = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
DInstCombineAndOrXor.cpp2246 Value *MaskC = ConstantInt::get(LAddC->getType(), ~DiffC); in foldOrOfICmps() local
DInstCombineCompares.cpp2279 Constant *MaskC = ConstantInt::get(Ty, SignMask | (*DivisorC - 1)); in foldICmpSRemConstant() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9370 ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(MaskOp); in PerformORCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12314 ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(MaskOp); in PerformORCombineToBFI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4639 SDValue MaskC = DAG.getConstant(~(C0Val - C1Val), DL, OpVT); in foldLogicOfSetCCs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp40734 if (auto *MaskC = dyn_cast<ConstantSDNode>(Mask)) { in combineOrShiftToFunnelShift() local