Searched defs:AShr (Results 1 – 8 of 8) sorted by relevance
465 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local
529 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local
405 AShr, ///< Arithmetic shift right. enumerator
163 | AShr Constructor
213 | AShr Constructor
175 | AShr Constructor
233 | AShr Constructor
196 AShr Opcode = C.LLVMAShr const