OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddRHS
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
InstCombineAndOrXor.cpp
183
const APInt&
AddRHS
= OpRHS->getValue();
186
if ((
AddRHS
& (AndRHSV-1)) == 0) {
191
if ((
AddRHS
& AndRHSV) == 0) { // Bit is not set, noop
[
all
...]
Completed in 38 milliseconds