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 316 Value *Val0 = getRandomVal();
317 Value *Val1 = getRandomValue(Val0->getType());
320 if (Val0->getType()->isPointerTy() ||
325 if (Val0->getType()->getScalarSizeInBits() == 1)
329 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
351 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
418 Value *Val0 = getRandomVectorValue();
419 Value *V = ExtractElementInst::Create(Val0,
421 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
431 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 203 milliseconds