Searched defs:isZExt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetCallingConv.h54 bool isZExt() const { return Flags & ZExt; } function in struct:llvm::ISD::ArgFlagsTy
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp1000 ARMEmitLoad(EVT VT, unsigned &ResultReg, Address &Addr, unsigned Alignment, bool isZExt, bool allocReg) argument
1399 ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, bool isZExt) argument
2570 ARMEmitIntExt(EVT SrcVT, unsigned SrcReg, EVT DestVT, bool isZExt) argument
2626 bool isZExt = isa<ZExtInst>(I); local
[all...]

Completed in 175 milliseconds