Home
last modified time | relevance | path

Searched refs:bitsEq (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h692 bool bitsEq(EVT VT) const { in bitsEq() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1823 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
1837 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp218 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()
255 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) in PromoteIntRes_BITCAST()
DLegalizeDAG.cpp3036 assert(NewVT.bitsEq(VT)); in ExpandNode()
DDAGCombiner.cpp9248 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits()) in visitEXTRACT_SUBVECTOR()