Home
last modified time | relevance | path

Searched defs:IsSExt (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h36 bool IsSExt : 1; member
DMachineFrameInfo.h455 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2864 bool IsSExt) { in canGetThrough()
2932 bool IsSExt = isa<SExtInst>(Ext); in getAction() local
3011 bool IsSExt) { in promoteOperandForOther()
4079 bool IsSExt = isa<SExtInst>(FirstUser); in hasSameExtUse() local