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

/external/llvm/unittests/IR/
H A DValueMapTest.cpp42 ValueMap<TypeParam*, int> VM1; local
43 VM1[nullptr] = 7;
44 EXPECT_EQ(7, VM1.lookup(nullptr));
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6980 APInt VM1 = Value - 1; local
6981 if (VM1.isPowerOf2()) {
6984 DAG.getConstant(VM1.logBase2(), MVT::i64));

Completed in 166 milliseconds