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

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2594 llvm::Type *Ty, bool usgn,
2606 if (usgn) {
2618 if (usgn)
4418 bool usgn = Result.getZExtValue() == 1; local
4419 unsigned Int = usgn ? Intrinsic::arm_vcvtru : Intrinsic::arm_vcvtr;
4428 bool usgn = Type.isUnsigned(); local
4540 usgn ? Intrinsic::arm_neon_vqrshiftnu : Intrinsic::arm_neon_vqrshiftns;
4547 Int = usgn ? Intrinsic::arm_neon_vqshiftnu : Intrinsic::arm_neon_vqshiftns;
4565 Int = usgn ? Intrinsic::arm_neon_vrshiftu : Intrinsic::arm_neon_vrshifts;
4579 Ops[1] = EmitNeonRShiftImm(Ops[1], Ops[2], Ty, usgn, "vsra_
2593 EmitNeonRShiftImm(Value *Vec, Value *Shift, llvm::Type *Ty, bool usgn, const char *name) argument
5060 bool usgn = Type.isUnsigned(); local
[all...]
H A DCodeGenFunction.h2931 llvm::Type *Ty, bool usgn, const char *name);

Completed in 136 milliseconds