Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp271 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in convertICmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp221 auto MaskC = m_LShr(m_AllOnes(), m_Value(MaskShAmt)); in dropRedundantMaskingOfLeftShiftInput() local
1410 APInt MaskC = APInt::getAllOnes(BitWidth).lshr(ShAmtC); visitLShr() local
H A DInstCombineCasts.cpp756 Value *And = Builder.CreateAnd(X, MaskC); in visitTrunc() local
748 Constant *MaskC = ConstantExpr::getShl(One, C); visitTrunc() local
2655 APInt MaskC = APInt::getHighBitsSet(BitWidth, BitWidth - EltWidth); visitBitCast() local
H A DInstCombineCompares.cpp2001 const APInt *MaskC; foldICmpOrConstant() local
2560 Constant *MaskC = ConstantInt::get(Ty, SignMask | (*DivisorC - 1)); foldICmpSRemConstant() local
5343 const APInt *MaskC; foldICmpEquality() local
5516 Constant *MaskC = ConstantInt::get(X->getType(), C->zext(SrcBits)); foldICmpWithTrunc() local
5524 Constant *MaskC = ConstantInt::get(X->getType(), (*C + 1).zext(SrcBits)); foldICmpWithTrunc() local
[all...]
H A DInstCombineAddSub.cpp1242 const APInt *MaskC, *MaskCCmp; foldAddToAshr() local
H A DInstructionCombining.cpp2008 ArrayRef<int> MaskC; foldVectorBinop() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2059 if (auto *MaskC = dyn_cast<ConstantInt>(II.getArgOperand(1))) { instCombineIntrinsic() local
2103 if (auto *MaskC = dyn_cast<ConstantInt>(II.getArgOperand(1))) { instCombineIntrinsic() local
[all...]
H A DX86ISelDAGToDAG.cpp2690 if (auto *MaskC = dyn_cast<ConstantSDNode>(Src.getOperand(1))) { matchAddressRecursively() local
5887 auto *MaskC = dyn_cast<ConstantSDNode>(N0.getOperand(1)); Select() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5371 ConstantSDNode *MaskC = isConstOrConstSplat(Mask); getBitwiseNotOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14540 ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(MaskOp); PerformORCombineToBFI() local