Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp455 Constant *NegC = ConstantExpr::getNeg(ImmC); visitMul() local
463 Constant *NegC = ConstantExpr::getNeg(ImmC); visitMul() local
788 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFMul() local
1518 Constant *NegC = ConstantInt::get(Ty, -(*Op1C)); visitSDiv() local
1597 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFDivConstantDivisor() local
1640 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFDivConstantDividend() local
[all...]
H A DInstCombineAddSub.cpp2674 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFNegIntoConstant() local
2678 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFNegIntoConstant() local
2682 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) { foldFNegIntoConstant() local
2697 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) foldFNegIntoConstant() local
2868 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFSub() local
[all...]
H A DInstCombineCompares.cpp7773 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFCmpInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp258 SDValue NegC = CurDAG->FoldConstantArithmetic( selectVecAddAsVecSubIfProfitable() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1267 CapabilityExpr NegC = !*Entry; in addLock() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp567 Constant *NegC = ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1); in finalizeInsInstrs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14088 bool NegC = invertIfNegative(C); combineVFMADD_VLWithVFNEG_VL() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8234 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); matchRotateSub() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51663 bool NegC = !!NewOps[2]; getNegatedExpression() local
52796 bool NegC = invertIfNegative(C); combineFMA() local
[all...]