OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadAlignment
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
290
unsigned
LoadAlignment
= FirstLI->getAlignment();
322
if ((
LoadAlignment
!= 0) != (LI->getAlignment() != 0))
325
LoadAlignment
= std::min(
LoadAlignment
, LI->getAlignment());
343
LoadInst *NewLI = new LoadInst(NewPN, "", isVolatile,
LoadAlignment
);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp
301
unsigned
LoadAlignment
= FirstLI->getAlignment();
333
if ((
LoadAlignment
!= 0) != (LI->getAlignment() != 0))
336
LoadAlignment
= std::min(
LoadAlignment
, LI->getAlignment());
381
LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile,
LoadAlignment
);
[
all
...]
Completed in 2205 milliseconds