Searched refs:FalseLoad (Results 1 – 1 of 1) sorted by relevance
1218 LoadInst *FalseLoad = in tryToMakeAllocaBePromotable() local1223 FalseLoad->setAlignment(LI->getAlignment()); in tryToMakeAllocaBePromotable()1226 FalseLoad->setMetadata(LLVMContext::MD_tbaa, Tag); in tryToMakeAllocaBePromotable()1229 Value *V = Builder.CreateSelect(SI->getCondition(), TrueLoad, FalseLoad); in tryToMakeAllocaBePromotable()