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

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp409 llvm::Constant *getZeroInt() { function in class:__anon17870::MicrosoftCXXABI
418 return C ? C : getZeroInt();
422 return C ? C : getZeroInt();
1853 fields.push_back(getZeroInt()); // FieldOffset
1860 fields.push_back(getZeroInt());
1862 fields.push_back(getZeroInt());
1907 fields.push_back(getZeroInt());
2164 Builder.CreateICmpNE(VBTableOffset, getZeroInt(),
2327 NVAdjustField = getZeroInt();
2413 NVAdjustField = getZeroInt();
[all...]

Completed in 37 milliseconds