Searched defs:MulC (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineShifts.cpp | 1491 const APInt *MulC; visitLShr() local |
H A D | InstCombineMulDivRem.cpp | 299 // Canonicalize (X+C1)*MulC -> X*MulC+C1*MulC. in visitMul() local |
H A D | InstCombineAddSub.cpp | 1961 Constant *MulC; visitFAdd() local |
H A D | InstCombineCompares.cpp | 2153 const APInt *MulC; foldICmpMulConstant() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionSimplify.cpp | 3073 const APInt *MulC; simplifyICmpWithConstant() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 2873 ConstantSDNode *MulC = isConstOrConstSplat(Mul.getOperand(1)); SimplifyDemandedBits() local |
H A D | DAGCombiner.cpp | 4443 APInt MulC = ConstValue1.abs(); visitMUL() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 3172 APInt MulC; decomposeMulByConstant() local |