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