Searched defs:AddC (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineShifts.cpp | 457 const APInt *AC, *AddC; commonShiftTransforms() local |
H A D | InstCombineAndOrXor.cpp | 2123 Constant *ShiftedC1, *ShiftedC2, *AddC; foldBinOpOfDisplacedShifts() local |
H A D | InstCombineAddSub.cpp | 2580 const APInt *AddC, *AndC; visitSub() local |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 1736 const APInt *CmpC, *AddC; combineToUSubWithOverflow() local |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 15579 ConstantSDNode *AddC = nullptr; performSRACombine() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 10445 if (ConstantSDNode *AddC = visitSRA() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 53657 int64_t AddC = Sext ? AddOp1C->getSExtValue() : AddOp1C->getZExtValue(); promoteExtBeforeAdd() local |