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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1243 Value *SecondBase = SecondGEP->getOperand(0); local
1250 if (FirstBase->getType() != SecondBase->getType())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9540 auto SecondBase = SecondBases[i];
9542 ComputeQualTypeODRHash(SecondBase.getType())) {
9547 SecondBase.getSourceRange(), BaseType)
9548 << (i + 1) << SecondBase.getType();
9552 if (FirstBase.isVirtual() != SecondBase.isVirtual()) {
9557 SecondBase.getSourceRange(), BaseVirtual)
9558 << (i + 1) << SecondBase.isVirtual() << SecondBase.getType();
9563 SecondBase.getAccessSpecifierAsWritten()) {
9569 SecondBase
[all...]

Completed in 127 milliseconds