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

  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 74 QualType eltType = arrayType->getElementType();
75 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
77 addTypedData(eltType, begin + i * eltSize);
82 auto eltType = complexType->getElementType();
83 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
84 auto eltLLVMType = CGM.getTypes().ConvertType(eltType);
CGExprComplex.cpp 311 QualType eltType = complexType->castAs<ComplexType>()->getElementType();
312 CharUnits offset = getContext().getTypeSizeInChars(eltType);
    [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 870 Type *eltType;
876 eltType = opr0->getType();
882 eltType = VTy->getElementType();
900 Constant *cnval = ConstantFP::get(eltType, 1.0);
924 Constant *cnval = ConstantFP::get(eltType, 1.0);
973 cnval = ConstantFP::get(eltType, 1.0);
991 cnval = ConstantFP::get(eltType, 1.0);
1024 cnval = ConstantFP::get(eltType, V);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 368 milliseconds