Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1218 LoadInst *FalseLoad = in tryToMakeAllocaBePromotable() local
1223 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()