Home
last modified time | relevance | path

Searched refs:bitsGE (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h527 bool bitsGE(EVT VT) const { in bitsGE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp547 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
DLegalizeDAG.cpp692 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
DSelectionDAG.cpp3465 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
DSelectionDAGBuilder.cpp473 PartVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
DDAGCombiner.cpp7488 if (XType.bitsGE(AType)) { in SimplifySelectCC()