OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValOp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
414
Value *
ValOp
= SI.getValueOperand();
415
if (
ValOp
== *U)
420
uint64_t Size = DL.getTypeStoreSize(
ValOp
->getType());
439
assert((!SI.isSimple() ||
ValOp
->getType()->isSingleValueType()) &&
441
handleLoadOrStore(
ValOp
->getType(), SI, Offset, Size, SI.isVolatile());
[
all
...]
Completed in 284 milliseconds