Searched refs:Val0 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-stress/
H A Dllvm-stress.cpp320 Value *Val0 = getRandomVal(); local
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));
422 Value *Val0 = getRandomVectorValue(); local
423 Value *V = ExtractElementInst::Create(Val0,
425 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
435 Value *Val0 local
463 Value *Val0 = getRandomVectorValue(); local
566 Value *Val0 = getRandomVal(); local
589 Value *Val0 = getRandomVal(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLParser.cpp2209 Constant *Val0, *Val1;
2212 ParseGlobalTypeAndValue(Val0) ||
2218 if (!Val0->getType()->isAggregateType())
2220 if (!ExtractValueInst::getIndexedType(Val0->getType(), Indices))
2222 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);
2229 Constant *Val0, *Val1;
2233 ParseGlobalTypeAndValue(Val0) ||
2239 if (Val0->getType() != Val1->getType())
2245 if (!Val0->getType()->isFPOrFPVectorTy())
2247 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3065 SDValue Val0 = N->getOperand(2); local
3072 Chain = CurDAG->getCopyToReg(CurDAG->getEntryNode(), dl, ARM::R2, Val0,
3077 Val0 = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl,
3079 Glue = Val0.getValue(1);
3091 Ops.push_back(Val0);

Completed in 132 milliseconds