Home
last modified time | relevance | path

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

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