Home
last modified time | relevance | path

Searched defs:NegC (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp479 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 DInstCombineAddSub.cpp2680 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 DInstCombineCompares.cpp8257 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFCmpInst() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp258 SDValue NegC = CurDAG->FoldConstantArithmetic( selectVecAddAsVecSubIfProfitable() local
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1267 CapabilityExpr NegC = !*Entry; addLock() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp567 Constant *NegC = ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1); finalizeInsInstrs() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15461 bool NegC = invertIfNegative(C); combineVFMADD_VLWithVFNEG_VL() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8250 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); matchRotateSub() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52778 bool NegC = !!NewOps[2]; getNegatedExpression() local
53941 bool NegC = invertIfNegative(C); combineFMA() local
[all...]