Home
last modified time | relevance | path

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

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