OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CTLZ
(Results
1 - 3
of
3
) 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.CreateCall(
CTLZ
, {Divisor, True});
256
Value *Tmp1 = Builder.CreateCall(
CTLZ
, {Dividend, True});
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
339
BSWAP, CTTZ,
CTLZ
, CTPOP, BITREVERSE,
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 480 milliseconds