Home
last modified time | relevance | path

Searched defs:Power (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dblocks.cpp30 class Power { class
34 Power(int base) : base(base) {} in Power() function in test2::Power
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dtemp-order.cpp5 static unsigned pow(unsigned Base, unsigned Power) { in pow()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp304 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp81 unsigned Power; member
H A DLoopStrengthReduce.cpp4025 size_t Power = 1; in EstimateSearchSpaceComplexity() local