/openbsd-src/lib/libm/src/ |
H A D | k_sincosf.h | 23 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */ variable
|
/openbsd-src/lib/libcrypto/whrlpool/ |
H A D | whirlpool.c |
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 98 template <typename T> static bool isSubset(ArrayRef<T> C0, ArrayRef<T> C1) { in isSubset() 123 static bool isStrictSubset(ArrayRef<T> C0, ArrayRef<T> C1) { in isStrictSubset()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1264 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands() local 2687 const APInt *C0, *C1; in ConstantFoldScalarCall2() local 2941 const APInt *C0, *C1, *C2; in ConstantFoldAMDGCNPermIntrinsic() local 3049 const APInt *C0, *C1; in ConstantFoldScalarCall3() local 3081 const APInt *C0, *C1, *C2; in ConstantFoldScalarCall3() local
|
H A D | InstructionSimplify.cpp | 1662 const APInt *C0, *C1; in simplifyAndOrOfICmpsWithConstants() local 1734 const APInt *C0, *C1; in simplifyAndOfICmpsWithAdd() local 1891 const APInt *C0, *C1; in simplifyOrOfICmpsWithAdd() local 6193 if (auto *C0 = dyn_cast<Constant>(Op0)) in simplifyBinaryIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 509 if (const ConstantFP *C0 = dyn_cast<ConstantFP>(Src0)) { in instCombineIntrinsic() local 687 if (const ConstantFP *C0 = dyn_cast<ConstantFP>(Src0)) { in instCombineIntrinsic() local
|
/openbsd-src/libexec/getty/ |
H A D | gettytab.h | 99 #define C0 gettynums[10].value macro
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 336 Constant *C0, *C1; in foldShiftOfShiftedLogic() local 1449 Constant *C0; in foldVariableSignZeroExtensionOfVariableHighBitExtract() local
|
H A D | InstCombineCalls.cpp | 863 const APInt *C0, *C1; in moveAddAfterMinMax() local 958 const APInt *C0, *C1; in foldClampRangeOfTwo() local 1000 Constant *C0, *C1; in reassociateMinMaxWithConstants() local 1645 const APInt *C0, *C1; in visitCallInst() local
|
H A D | InstCombineAddSub.cpp | 356 ConstantFP *C0, *C1; in drillValueDownOneStep() local 1045 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() 1059 APInt C0, MulOpC; in SimplifyAddWithRemainder() local
|
H A D | InstCombineSelect.cpp | 1338 Constant *C0; in canonicalizeClampLike() local 1504 Constant *C0; in tryToReuseConstantFromSelectInComparison() local
|
H A D | InstCombineVectorOps.cpp | 2229 Constant *C0 = nullptr, *C1 = nullptr; in foldSelectShuffle() local
|
H A D | InstructionCombining.cpp | 1314 Constant *C0, *C1; in foldBinopWithPhiOperands() local
|
H A D | InstCombineAndOrXor.cpp | 3030 const APInt *C0, *C1; in visitOr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 630 auto *C0 = dyn_cast<Constant>(Op0); in simplifyX86extrq() local 763 auto *C0 = dyn_cast<Constant>(Op0); in simplifyX86insertq() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1054 for (auto C0 = Candidates.begin(), E0 = Candidates.end(); C0 != E0; ++C0) { in findPattern() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 573 uint64_t C0, C1; in foldExtractExtract() local 871 Constant *C0, *C1; in foldExtractedCmps() local
|
H A D | LoadStoreVectorizer.cpp | 624 Instruction *C0 = Chain[0]; in getBoundaryInstrs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 920 auto *C0 = dyn_cast<Constant>(Src0); in updateAddressSpace() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 3575 SDValue C0 = Order.front(); in combineConcatVectorsBeforeLegal() local 3606 SDValue C0 = Cond.getOperand(0), C1 = Cond.getOperand(1); in PerformHvxDAGCombine() local
|
H A D | HexagonISelDAGToDAG.cpp | 1233 SDValue C0 = DAG.getConstant(0, dl, BVT); in ppHoistZextI1() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 1754 ConstantInt *C0 = dyn_cast<ConstantInt>(I->getOperand(1)); in setupPostSimplifier() local
|
H A D | HexagonISelLowering.cpp | 3487 SDValue C0 = Cond.getOperand(0), C1 = Cond.getOperand(1); in PerformDAGCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2674 const APInt &C0 = N0->getConstantOperandAPInt(0); in visitADD() local 2692 const APInt &C0 = N0->getConstantOperandAPInt(0); in visitADD() local 3799 if (ConstantSDNode *C0 = isConstOrConstSplat(N0)) { in visitSUB() local 4178 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitMUL() local 4187 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitMUL() local 5588 auto MatchDiffPow2 = [&](ConstantSDNode *C0, ConstantSDNode *C1) { in foldLogicOfSetCCs() 9386 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitSHL() local 9395 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitSHL() local 15192 if (auto *C0 = isConstOrConstSplatFP(X.getOperand(0), true)) { in visitFMULForFMADistributiveCombine() local
|