Searched defs:MaskC (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp275 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp210 auto MaskC = m_Shr(m_AllOnes(), m_Value(MaskShAmt)); local
H A DInstCombineAndOrXor.cpp2356 Value *MaskC = ConstantInt::get(LAddC->getType(), ~DiffC); local
H A DInstCombineCasts.cpp770 Constant *MaskC = ConstantExpr::getShl(One, C); local
778 Constant *MaskC = ConstantExpr::getShl(One, C); local
H A DInstructionCombining.cpp1623 ArrayRef<int> MaskC; local
H A DInstCombineCompares.cpp1910 const APInt *MaskC; local
2302 Constant *MaskC = ConstantInt::get(Ty, SignMask | (*DivisorC - 1)); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4735 SDValue MaskC = DAG.getConstant(~(C0Val - C1Val), DL, OpVT); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12926 ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(MaskOp); local

Completed in 368 milliseconds