OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOp
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Analysis/
PHITransAddr.cpp
273
if (BinaryOperator *
BOp
= dyn_cast<BinaryOperator>(LHS))
274
if (
BOp
->getOpcode() == Instruction::Add)
275
if (ConstantInt *CI = dyn_cast<ConstantInt>(
BOp
->getOperand(1))) {
276
LHS =
BOp
->getOperand(0);
281
if (std::count(InstInputs.begin(), InstInputs.end(),
BOp
)) {
282
RemoveInstInputs(
BOp
, InstInputs);
BasicAliasAnalysis.cpp
204
if (BinaryOperator *
BOp
= dyn_cast<BinaryOperator>(V)) {
205
if (ConstantInt *RHSC = dyn_cast<ConstantInt>(
BOp
->getOperand(1))) {
206
switch (
BOp
->getOpcode()) {
211
if (!MaskedValueIsZero(
BOp
->getOperand(0), RHSC->getValue(), &TD))
215
V = GetLinearExpression(
BOp
->getOperand(0), Scale, Offset, Extension,
220
V = GetLinearExpression(
BOp
->getOperand(0), Scale, Offset, Extension,
226
V = GetLinearExpression(
BOp
->getOperand(0), Scale, Offset, Extension,
[
all
...]
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 319 milliseconds