Searched defs:NegC (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 429 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 D | InstCombineAddSub.cpp | 2410 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 D | InstCombineCompares.cpp | 6956 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFCmpInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 256 SDValue NegC = CurDAG->FoldConstantArithmetic( in selectVecAddAsVecSubIfProfitable() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1253 CapabilityExpr NegC = !*Entry; in addLock() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 588 Constant *NegC = ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1); in finalizeInsInstrs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10512 bool NegC = invertIfNegative(C); in PerformDAGCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7504 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); in matchRotateSub() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52148 bool NegC = !!NewOps[2]; in getNegatedExpression() local 53114 bool NegC = invertIfNegative(C); in combineFMA() local
|