HomeSort by relevance Sort by last modified time
    Searched refs:InBits (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 72 unsigned InBits = 0) {
77 // If InBits is specified, round it to it.
78 if (InBits > NumBits)
79 NumBits = InBits;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 216 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
217 const MCExpr *MaskExpr = MCConstantExpr::Create(~0ULL >> (64-InBits), Ctx);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 136 milliseconds