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

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-non-virtual-base-ordering.cpp6 struct C2 { int a; virtual void C2M() {} }; function in struct:C2
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1251 SmallVector<Constant*, 16> C2M(VWidth,
1257 if (!isa<UndefValue>(C2M[ShMask[I]])) {
1261 C2M[ShMask[I]] = C1->getAggregateElement(I);
1265 Constant *C2 = ConstantVector::get(C2M);

Completed in 92 milliseconds