Searched defs:Power (Results 1 – 11 of 11) sorted by relevance
30 class Power { class34 Power(int base) : base(base) {} in Power() function in test2::Power
62 unsigned Power; member
5 static unsigned pow(unsigned Base, unsigned Power) { in pow()
971 constexpr PowerWithErrors Power(const Integer &exponent) const { MultiplyUnsigned() function
419 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<() local
286 Power, // **, which is right-associative unlike the other dyadic operators global() enumerator
1993 SDValue HexagonDAGToDAGISel::factorOutPowerOf2(SDValue V, unsigned Power) { in factorOutPowerOf2() argument
1953 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) { visitCallInst() local
4847 size_t Power = 1; EstimateSearchSpaceComplexity() local
6618 if (auto *Power = dyn_cast<ConstantInt>(Op1)) { simplifyBinaryIntrinsic() local
1703 struct Power : public IntrinsicBinary { global() struct