Home
last modified time | relevance | path

Searched refs:Val2Idx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4037 DenseMap<Value *, unsigned> Val2Idx; in visitCallBase() local
4040 if (Val2Idx.count(V)) in visitCallBase()
4043 Val2Idx[V] = NewLiveGc.size(); in visitCallBase()
4046 Val2Idx[V] = NumOfGCLives; in visitCallBase()
4052 assert(Val2Idx.count(BasePtr) && Val2Idx[BasePtr] != NumOfGCLives && in visitCallBase()
4055 GCR.setOperand(1, ConstantInt::get(OpIntTy1, Val2Idx[BasePtr])); in visitCallBase()
4057 assert(Val2Idx.count(DerivedPtr) && Val2Idx[DerivedPtr] != NumOfGCLives && in visitCallBase()
4060 GCR.setOperand(2, ConstantInt::get(OpIntTy2, Val2Idx[DerivedPtr])); in visitCallBase()