HomeSort by relevance Sort by last modified time
    Searched refs:bitsGE (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 427 bool bitsGE(MVT VT) const {
701 /// bitsGE - Return true if this has no less bits than VT.
702 bool bitsGE(EVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 403 assert(WideVT.bitsGE(SrcEltVT) &&
LegalizeFloatTypes.cpp 578 if (NVT.bitsGE(SVT))
    [all...]
LegalizeDAG.cpp 622 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) {
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 505 PartEVT.getVectorElementType().bitsGE(
    [all...]
DAGCombiner.cpp     [all...]

Completed in 130 milliseconds