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 322 Value *Val0 = getRandomVal();
323 Value *Val1 = getRandomValue(Val0->getType());
326 if (Val0->getType()->isPointerTy() ||
331 if (Val0->getType()->getScalarSizeInBits() == 1)
335 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
357 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
422 Value *Val0 = getRandomVectorValue();
423 Value *V = ExtractElementInst::Create(Val0,
425 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
435 Value *Val0 = getRandomVectorValue()
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 66 milliseconds