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

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 123 Type *ExpectedType);
AArch64TargetTransformInfo.cpp 496 Type *ExpectedType) {
504 StructType *ST = dyn_cast<StructType>(ExpectedType);
514 Value *Res = UndefValue::get(ExpectedType);
525 if (Inst->getType() == ExpectedType)
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 526 Type *ExpectedType) const;
634 Type *ExpectedType) = 0;
    [all...]
TargetTransformInfoImpl.h 337 Type *ExpectedType) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 335 IntrinsicInst *Inst, Type *ExpectedType) const {
336 return TTIImpl->getOrCreateResultFromMemIntrinsic(Inst, ExpectedType);
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 334 template <class ExpectedType> void VerifyDyncast(PDB_SymType Tag) {
336 EXPECT_EQ(item->first == Tag, llvm::isa<ExpectedType>(*item->second));
  /external/llvm/unittests/IR/
ValueMapTest.cpp 117 template<typename ExpectedType, typename VarType>
119 static_assert(std::is_same<ExpectedType, VarType>::value,
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 490 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const {
497 ExpectedType);
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 848 ExpectedType,
  /external/clang/lib/Sema/
SemaLookup.cpp 887 QualType ExpectedType
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 228 milliseconds