HomeSort by: relevance | last modified time | path
    Searched defs:AddrLabelDiff (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 143 AddrLabelDiff
404 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; }
672 Kind = AddrLabelDiff;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 2099 case APValue::AddrLabelDiff: {
2110 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS);
2115 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);

Completed in 33 milliseconds