Searched defs:Sh (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 651 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) argument 652 : PHIId(pn), Shift(Sh), Inst(User) {} 669 LoweredPHIRecord(PHINode *pn, unsigned Sh, Type *Ty) argument 670 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {} 673 LoweredPHIRecord(PHINode *pn, unsigned Sh) argument 674 : PN(pn), Shift(Sh), Width(0) {}
|
H A D | InstCombineCasts.cpp | 598 Value *Sh = ConstantInt::get(In->getType(), local 600 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit"); 981 Value *Sh = ConstantInt::get(Op0->getType(), local 983 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit");
|
/external/pdfium/third_party/lcms2-2.6/src/ |
H A D | cmspcs.c | 632 cmsFloat64Number Sh = 1 + 0.015 * ((C_ps + C_p)/2) * T; local 642 Sqr(delta_H/(Sh * Kh)) + 643 Rt*(delta_C/(Sc * Kc)) * (delta_H / (Sh * Kh)));
|
Completed in 1955 milliseconds