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