Home
last modified time | relevance | path

Searched refs:NewL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DConstantRange.cpp573 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local
575 if (NewU == NewL) in smax()
577 return ConstantRange(NewL, NewU); in smax()
586 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local
588 if (NewU == NewL) in umax()
590 return ConstantRange(NewL, NewU); in umax()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DQtFallbackWebPopup.cpp166 static MBrCtlDialogsProvider* dialogs = CBrowserDialogsProvider::NewL(0); in showS60BrowserDialog()
180 HBufC16* itemStr = HBufC16::NewL(itemText(i).length()); in showS60BrowserDialog()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp471 SDValue NewL; in SoftenFloatRes_LOAD() local
473 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), in SoftenFloatRes_LOAD()
479 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD()
480 return NewL; in SoftenFloatRes_LOAD()
484 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
491 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD()
492 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL)); in SoftenFloatRes_LOAD()