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