Home
last modified time | relevance | path

Searched refs:FalseLoad (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1336 LoadInst *FalseLoad = in tryToMakeAllocaBePromotable() local
1341 FalseLoad->setAlignment(LI->getAlignment()); in tryToMakeAllocaBePromotable()
1347 FalseLoad->setAAMetadata(Tags); in tryToMakeAllocaBePromotable()
1350 Value *V = Builder.CreateSelect(SI->getCondition(), TrueLoad, FalseLoad); in tryToMakeAllocaBePromotable()