HomeSort by relevance Sort by last modified time
    Searched refs:Val0 (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 310 Value *Val0 = getRandomVal();
311 Value *Val1 = getRandomValue(Val0->getType());
314 if (Val0->getType()->isPointerTy() ||
319 if (Val0->getType()->getScalarSizeInBits() == 1)
323 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
345 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
412 Value *Val0 = getRandomVectorValue();
413 Value *V = ExtractElementInst::Create(Val0,
415 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
425 Value *Val0 = getRandomVectorValue()
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 745 milliseconds