/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 455 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 D | InstCombineAddSub.cpp | 2674 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 D | InstCombineCompares.cpp | 7773 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) visitFCmpInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 258 SDValue NegC = CurDAG->FoldConstantArithmetic( selectVecAddAsVecSubIfProfitable() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1267 CapabilityExpr NegC = !*Entry; in addLock() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 567 Constant *NegC = ConstantFP::get(dyn_cast<ConstantFP>(C)->getContext(), F1); in finalizeInsInstrs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 14088 bool NegC = invertIfNegative(C); combineVFMADD_VLWithVFNEG_VL() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8234 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); matchRotateSub() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 51663 bool NegC = !!NewOps[2]; getNegatedExpression() local 52796 bool NegC = invertIfNegative(C); combineFMA() local [all...] |