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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp546 llvm::Constant *getZeroInt() { function in class:__anon3838::MicrosoftCXXABI
2535 fields.push_back(getZeroInt()); // FieldOffset
2542 fields.push_back(getZeroInt());
2544 fields.push_back(getZeroInt());
2889 Builder.CreateICmpNE(VBTableOffset, getZeroInt(),
3051 llvm::Value *NonVirtualBaseAdjustment = getZeroInt();
3052 llvm::Value *VirtualBaseAdjustmentOffset = getZeroInt();
3053 llvm::Value *VBPtrOffset = getZeroInt();
3080 Builder.CreateICmpEQ(VirtualBaseAdjustmentOffset, getZeroInt());
3087 getZeroInt());
[all...]

Completed in 104 milliseconds