Searched defs:Sz (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 94 unsigned short Sz; ///< Number of child nodes member in __anond7afc2f90111::SExpr::SExprNode 319 unsigned Sz = buildSExpr(ME->getBase(), CallCtx, &ImplicitDeref); in buildSExpr() local 348 unsigned Sz = buildSExpr(CMCE->getImplicitObjectArgument(), CallCtx); in buildSExpr() local 379 unsigned Sz = buildSExpr(CE->getCallee(), CallCtx); in buildSExpr() local 388 unsigned Sz = buildSExpr(BOE->getLHS(), CallCtx); in buildSExpr() local 415 unsigned Sz = buildSExpr(UOE->getSubExpr(), CallCtx); in buildSExpr() local 421 unsigned Sz = buildSExpr(ASE->getBase(), CallCtx); in buildSExpr() local 428 unsigned Sz = buildSExpr(CE->getCond(), CallCtx); in buildSExpr() local 435 unsigned Sz = buildSExpr(CE->getCond(), CallCtx); in buildSExpr() local
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 130 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 182 explicit BitsRecTy(unsigned Sz) : RecTy(BitsRecTyKind), Size(Sz) {} in BitsRecTy()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11473 SDValue Sz = DAG.getConstant(EltTy.getSizeInBits()-1, MVT::i32); in LowerSDIV() local
|