Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp114 DenseMap<Value *, SmallVector<Type *, 4>> TruncTysMap; member in __anon789080b40111::IRPromoter
545 Type *Ty = TruncTysMap[Call][i]; in TruncateSinks()
556 Type *Ty = TruncTysMap[Switch][0]; in TruncateSinks()
576 Type *Ty = TruncTysMap[I][i]; in TruncateSinks()
632 IntegerType *DestTy = cast<IntegerType>(TruncTysMap[Trunc][0]); in ConvertTruncs()
656 TruncTysMap[Call].push_back(Arg->getType()); in Mutate()
658 TruncTysMap[I].push_back(Switch->getCondition()->getType()); in Mutate()
661 TruncTysMap[I].push_back(I->getOperand(i)->getType()); in Mutate()
668 TruncTysMap[Trunc].push_back(Trunc->getDestTy()); in Mutate()