Searched refs:EmitNeonRShiftImm (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2593 Value *CodeGenFunction::EmitNeonRShiftImm(Value *Vec, Value *Shift, function in class:CodeGenFunction
3645 return EmitNeonRShiftImm(Ops[0], Ops[1], Ty, Usgn, "vshr_n");
4579 Ops[1] = EmitNeonRShiftImm(Ops[1], Ops[2], Ty, usgn, "vsra_n");
6170 Ops[1] = EmitNeonRShiftImm(Ops[1], Ops[2], Ty, usgn, "vsra_n");
H A DCodeGenFunction.h2930 llvm::Value *EmitNeonRShiftImm(llvm::Value *Vec, llvm::Value *Amt,

Completed in 113 milliseconds