OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CTLZ
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp
183
Function *
CTLZ
= Intrinsic::getDeclaration(F->getParent(), Intrinsic::
ctlz
,
242
// ; %tmp0 = tail call i32 @llvm.
ctlz
.i32(i32 %divisor, i1 true)
243
// ; %tmp1 = tail call i32 @llvm.
ctlz
.i32(i32 %dividend, i1 true)
255
Value *Tmp0 = Builder.CreateCall2(
CTLZ
, Divisor, True);
256
Value *Tmp1 = Builder.CreateCall2(
CTLZ
, Dividend, True);
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
326
BSWAP, CTTZ,
CTLZ
, CTPOP,
[
all
...]
Completed in 2786 milliseconds