Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.h427 bool bitsGE(MVT VT) const { in bitsGE() function
702 bool bitsGE(EVT VT) const { in bitsGE() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp403 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
DLegalizeFloatTypes.cpp578 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
DLegalizeDAG.cpp622 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
DSelectionDAG.cpp3682 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
DSelectionDAGBuilder.cpp505 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
DDAGCombiner.cpp9612 if (XType.bitsGE(AType)) { in SimplifySelectCC()