Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp80 IntegerType *getCorrespondingIntegerType(Type *T, const DataLayout &DL);
462 AtomicExpandImpl::getCorrespondingIntegerType(Type *T, const DataLayout &DL) { in getCorrespondingIntegerType() function in AtomicExpandImpl
474 Type *NewTy = getCorrespondingIntegerType(LI->getType(), M->getDataLayout()); in convertAtomicLoadToIntegerType()
498 getCorrespondingIntegerType(RMWI->getType(), M->getDataLayout()); in convertAtomicXchgToIntegerType()
608 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(), in convertAtomicStoreToIntegerType()
1306 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(), in convertCmpXchgToIntegerType()