reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 5795   if (!LoadResultVT.bitsGT(TruncVT) || !TruncVT.isRound() ||
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4681   if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound())
10566     if (N0.getOperand(0).getValueType().bitsGT(VT))
16687   ISD::LoadExtType ExtTy = ResultVT.bitsGT(VecEltVT) ?
16723   if (ResultVT.bitsGT(VecEltVT)) {
16971     if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType()))
19944     if (XType.bitsGT(AType)) {
19959   if (XType.bitsGT(AType)) {
lib/CodeGen/SelectionDAG/FastISel.cpp
  522   } else if (IdxVT.bitsGT(PtrVT)) {
 1898     if (DstVT.bitsGT(SrcVT))
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 1482     if (EltVT.bitsGT(Elt.getValueType()))
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1099   return VT.bitsGT(Op.getValueType())
 1105   return VT.bitsGT(Op.getValueType()) ?
 1111   return VT.bitsGT(Op.getValueType()) ?
 1117   return VT.bitsGT(Op.getValueType()) ?
 4250   if (SVT.bitsGT(VT.getScalarType()))
 4575     assert(Operand.getValueType().bitsGT(VT) &&
 4585       if (Operand.getOperand(0).getValueType().bitsGT(VT))
 4850       if (V1->getValueType(0).bitsGT(SVT))
 4852       if (V2->getValueType(0).bitsGT(SVT))
 4953       if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT))
 6112     if (MemOps[i].bitsGT(LargestVT))
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  213     if (VT.bitsGT(LVT))
 3446           if (Op0.getValueType().bitsGT(VT))
lib/Target/AArch64/AArch64FastISel.cpp
 5004   } else if (IdxVT.bitsGT(PtrVT))
lib/Target/AArch64/AArch64ISelLowering.cpp
 4822   else if (SrcVT.bitsGT(VT))
lib/Target/AMDGPU/R600ISelLowering.cpp
 1684   return VT.bitsGT(MVT::i32) && Align % 4 == 0;
 1938         InVal = OpVT.bitsGT(InVal.getValueType()) ?
lib/Target/ARM/ARMISelLowering.cpp
11133   unsigned ExtOp = VT.bitsGT(tmp.getValueType()) ? ISD::ANY_EXTEND : ISD::TRUNCATE;
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   90     if (Src.getValueType().bitsGT(MVT::i32))
lib/Target/PowerPC/PPCISelLowering.cpp
13453       if (Op1VT.bitsGT(mVT)) {
lib/Target/X86/X86FastISel.cpp
 3645     if (DstVT.bitsGT(SrcVT))
lib/Target/X86/X86SelectionDAGInfo.cpp
  138     if (AVT.bitsGT(MVT::i8)) {