HomeSort by relevance Sort by last modified time
    Searched defs:isZExt (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 54 bool isZExt() const { return Flags & ZExt; }
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 180 bool isZExt);
182 unsigned Alignment = 0, bool isZExt = true,
190 unsigned ARMEmitIntExt(EVT SrcVT, unsigned SrcReg, EVT DestVT, bool isZExt);
    [all...]

Completed in 118 milliseconds