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

  /external/clang/test/SemaTemplate/
temp_arg_enum_printing.cpp 8 Val0,
16 // CHECK: template <NamedEnumNS::NamedEnum E = NamedEnumNS::NamedEnum::Val0>
17 NamedEnumNS::foo<Val0>();
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 329 Value *Val0 = getRandomVal();
330 Value *Val1 = getRandomValue(Val0->getType());
333 if (Val0->getType()->isPointerTy() ||
338 if (Val0->getType()->getScalarSizeInBits() == 1)
342 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
364 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
429 Value *Val0 = getRandomVectorValue();
430 Value *V = ExtractElementInst::Create(Val0,
432 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
442 Value *Val0 = getRandomVectorValue()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 623 milliseconds