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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 200 /// bitsGE - Return true if this has no less bits than VT.
201 bool bitsGE(EVT VT) const {
MachineValueType.h 530 bool bitsGE(MVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 520 assert(WideVT.bitsGE(SrcEltVT) &&
    [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp 649 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) {
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 529 PartEVT.getVectorElementType().bitsGE(
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]

Completed in 1683 milliseconds