HomeSort by: relevance | last modified time | path
    Searched refs:OperandTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 5412 Type *OperandTy = Operand->getType();
5415 Assert(OperandTy->isFPOrFPVectorTy(),
5419 Assert(OperandTy->isVectorTy() == ResultTy->isVectorTy(),
5421 if (OperandTy->isVectorTy()) {
5422 Assert(cast<FixedVectorType>(OperandTy)->getNumElements() ==
5428 Assert(OperandTy->getScalarSizeInBits() > ResultTy->getScalarSizeInBits(),
5432 Assert(OperandTy->getScalarSizeInBits() < ResultTy->getScalarSizeInBits(),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 2214 QualType OperandTy = E->getExprOperand()->getType();
2215 return Builder.CreateBitCast(CGM.GetAddrOfRTTIDescriptor(OperandTy),

Completed in 62 milliseconds