Searched defs:NegC (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 479 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local 487 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local 901 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFMul() local 1645 Constant *NegC = ConstantInt::get(Ty, -(*Op1C)); visitSDiv() local 1724 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFDivConstantDivisor() local 1769 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFDivConstantDividend() local [all...] |
H A D | InstCombineAddSub.cpp | 2680 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFNegIntoConstant() local 2684 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFNegIntoConstant() local 2688 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) { foldFNegIntoConstant() local 2703 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFNegIntoConstant() local 2888 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFSub() local [all...] |
H A D | InstCombineCompares.cpp | 8257 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFCmpInst() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 258 SDValue NegC = CurDAG->FoldConstantArithmetic( selectVecAddAsVecSubIfProfitable() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1267 CapabilityExpr NegC = !*Entry; addLock() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 567 Constant *NegC = ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1); finalizeInsInstrs() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15461 bool NegC = invertIfNegative(C); combineVFMADD_VLWithVFNEG_VL() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8250 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); matchRotateSub() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52778 bool NegC = !!NewOps[2]; getNegatedExpression() local 53941 bool NegC = invertIfNegative(C); combineFMA() local [all...] |