Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp429 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local
437 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local
561 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFMul() local
1392 Constant *NegC = ConstantInt::get(Ty, -(*Op1C)); in visitSDiv() local
1464 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDivisor() local
1507 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDividend() local
H A DInstCombineAddSub.cpp2410 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFNegIntoConstant() local
2414 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFNegIntoConstant() local
2418 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) { in foldFNegIntoConstant() local
2433 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFNegIntoConstant() local
2593 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFSub() local
H A DInstCombineCompares.cpp6956 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFCmpInst() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp256 SDValue NegC = CurDAG->FoldConstantArithmetic( in selectVecAddAsVecSubIfProfitable() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1253 CapabilityExpr NegC = !*Entry; in addLock() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp588 Constant *NegC = ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1); in finalizeInsInstrs() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10512 bool NegC = invertIfNegative(C); in PerformDAGCombine() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7504 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); in matchRotateSub() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52148 bool NegC = !!NewOps[2]; in getNegatedExpression() local
53114 bool NegC = invertIfNegative(C); in combineFMA() local