Searched refs:Boundary (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DOutputBuffer.h37 void align(unsigned Boundary) { argument
38 assert(Boundary && (Boundary & (Boundary - 1)) == 0 &&
42 if (Size & (Boundary - 1)) {
44 size_t Pad = Boundary - (Size & (Boundary - 1));
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp550 SlotIndex Boundary = Idx.getBoundaryIndex(); local
551 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Boundary);
554 return Boundary.getNextSlot();
557 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
571 VNInfo *VNI = defFromParent(0, ParentVNI, Boundary, *MI->getParent(),
/external/clang/lib/AST/
H A DDecl.cpp2766 SourceLocation Boundary = getNameInfo().getLocStart(); local
2767 if (RTRange.isInvalid() || Boundary.isInvalid() ||
2768 !SM.isBeforeInTranslationUnit(RTRange.getEnd(), Boundary))

Completed in 468 milliseconds