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

/external/pcre/
H A Dpcrecpp_unittest.cc961 # define LLD "%I64d" macro
964 # define LLD "%lld" macro
976 sprintf(buf, LLD, max_value);
979 sprintf(buf, LLD, min_value);
982 sprintf(buf, LLD, max_value);
987 sprintf(buf, LLD, min_value);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7346 LoadSDNode *LLD = cast<LoadSDNode>(LHS); local
7352 LLD->isVolatile() || RLD->isVolatile() ||
7354 LLD->getMemoryVT() != RLD->getMemoryVT() ||
7356 (LLD->getExtensionType() != RLD->getExtensionType() &&
7358 LLD->getExtensionType() != ISD::EXTLOAD &&
7365 LLD->getPointerInfo().getAddrSpace() != 0 ||
7375 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) ||
7379 LLD->getBasePtr().getValueType(),
7380 TheSelect->getOperand(0), LLD
[all...]

Completed in 75 milliseconds