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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp2962 bool usgn = Type.isUnsigned(); local
1665 EmitNeonRShiftImm(Value *Vec, Value *Shift, llvm::Type *Ty, bool usgn, const char *name) argument
4183 bool usgn = Result.getZExtValue() == 1; local
4193 bool usgn = Type.isUnsigned(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp483 static char ClassifyType(StringRef ty, bool &quad, bool &poly, bool &usgn) { argument
513 ModType(const char mod, char type, bool &quad, bool &poly, bool &usgn, bool &scal, bool &cnst, bool &pntr) argument
637 bool usgn = false; local
732 bool usgn = false; local
832 bool usgn = false; local
2257 bool usgn = false; local
3048 bool quad = false, poly = false, usgn = false; local
[all...]

Completed in 158 milliseconds