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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp73 IntegerType *getCorrespondingIntegerType(Type *T, const DataLayout &DL);
330 IntegerType *AtomicExpand::getCorrespondingIntegerType(Type *T, function in class:AtomicExpand
343 Type *NewTy = getCorrespondingIntegerType(LI->getType(),
431 Type *NewTy = getCorrespondingIntegerType(SI->getValueOperand()->getType(),
1072 Type *NewTy = getCorrespondingIntegerType(CI->getCompareOperand()->getType(),

Completed in 106 milliseconds