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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 188 /// bitsEq - Return true if this has the same number of bits as VT.
189 bool bitsEq(EVT VT) const {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 338 assert(EltVT.bitsEq(MVT::i32));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 256 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
299 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
    [all...]
LegalizeVectorTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 933 milliseconds