OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Val0
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
320
Value *
Val0
= getRandomVal();
321
Value *Val1 = getRandomValue(
Val0
->getType());
324
if (
Val0
->getType()->isPointerTy() ||
329
if (
Val0
->getType()->getScalarSizeInBits() == 1)
333
bool isFloat =
Val0
->getType()->getScalarType()->isFloatingPointTy();
355
PT->push_back(BinaryOperator::Create(Op,
Val0
, Val1, "B", Term));
420
Value *
Val0
= getRandomVectorValue();
421
Value *V = ExtractElementInst::Create(
Val0
,
423
Ran->Rand() % cast<VectorType>(
Val0
->getType())->getNumElements()),
433
Value *
Val0
= getRandomVectorValue()
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
[
all
...]
Completed in 863 milliseconds