Home
last modified time | relevance | path

Searched refs:getAlignOf (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h608 static Constant *getAlignOf(Type *Ty);
/external/llvm/include/llvm/IR/
DConstants.h857 static Constant *getAlignOf(Type *Ty);
/external/llvm/lib/IR/
DConstantFold.cpp412 Constant *C = ConstantExpr::getAlignOf(ATy->getElementType()); in getFoldedAlignOf()
461 Constant *C = ConstantExpr::getAlignOf(Ty); in getFoldedAlignOf()
DConstants.cpp1823 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf() function in ConstantExpr
DCore.cpp1081 return wrap(ConstantExpr::getAlignOf(unwrap(Ty))); in LLVMAlignOf()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp396 Constant *C = ConstantExpr::getAlignOf(ATy->getElementType()); in getFoldedAlignOf()
445 Constant *C = ConstantExpr::getAlignOf(Ty); in getFoldedAlignOf()
DConstants.cpp1529 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf() function in ConstantExpr
DCore.cpp689 return wrap(ConstantExpr::getAlignOf(unwrap(Ty))); in LLVMAlignOf()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli791 more readable. See the method [llvm::ConstantExpr::getAlignOf]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli963 more readable. See the method [llvm::ConstantExpr::getAlignOf]. *)
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2591 Constant *C = ConstantExpr::getAlignOf(AllocTy); in getAlignOfExpr()