OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdxOp
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
278
Value *
IdxOp
= IEI->getOperand(2);
280
if (!isa<ConstantInt>(
IdxOp
))
282
unsigned InsertedIdx = cast<ConstantInt>(
IdxOp
)->getZExtValue();
345
Value *
IdxOp
= IEI->getOperand(2);
348
if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(
IdxOp
) &&
352
unsigned InsertedIdx = cast<ConstantInt>(
IdxOp
)->getZExtValue();
394
Value *
IdxOp
= IE.getOperand(2);
397
if (isa<UndefValue>(ScalarOp) || isa<UndefValue>(
IdxOp
))
403
if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(
IdxOp
) &&
408
unsigned InsertedIdx = cast<ConstantInt>(
IdxOp
)->getZExtValue()
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
325
Value *
IdxOp
= IEI->getOperand(2);
327
if (!isa<ConstantInt>(
IdxOp
))
329
unsigned InsertedIdx = cast<ConstantInt>(
IdxOp
)->getZExtValue();
472
Value *
IdxOp
= IEI->getOperand(2);
475
if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(
IdxOp
)) {
478
unsigned InsertedIdx = cast<ConstantInt>(
IdxOp
)->getZExtValue();
572
Value *
IdxOp
= IE.getOperand(2);
575
if (isa<UndefValue>(ScalarOp) || isa<UndefValue>(
IdxOp
))
581
if (isa<ConstantInt>(EI->getOperand(1)) && isa<ConstantInt>(
IdxOp
)) {
587
unsigned InsertedIdx = cast<ConstantInt>(
IdxOp
)->getZExtValue()
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp
[
all
...]
Completed in 76 milliseconds