Searched refs:TrueLoad (Results 1 – 1 of 1) sorted by relevance
1334 LoadInst *TrueLoad = in tryToMakeAllocaBePromotable() local1340 TrueLoad->setAlignment(LI->getAlignment()); in tryToMakeAllocaBePromotable()1346 TrueLoad->setAAMetadata(Tags); in tryToMakeAllocaBePromotable()1350 Value *V = Builder.CreateSelect(SI->getCondition(), TrueLoad, FalseLoad); in tryToMakeAllocaBePromotable()